summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdownload1
1 files changed, 1 insertions, 0 deletions
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