From d63a420737a5811b4f1c5a4e2da4782f50e60a9d Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sat, 29 Aug 2015 17:06:29 -0400 Subject: download script: add note about --noconfirm and -y options --- diff --git a/download b/download index 3fc9098..752edd4 100755 --- a/download +++ b/download @@ -66,6 +66,7 @@ esac for programme in ${programmes}; do if [ "${noconfirm}" = "0" ]; then + printf "Use \"./download --noconfirm\" or \"./download -y\" if you want to be rid of these confirmation dialogues.\n\n" if [ -d "${programme}/" ]; then printf "A ${programme}/ directory already exists, delete it? [yN]: " read answer -- cgit v0.9.1