diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-08-29 22:22:31 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-08-29 22:22:31 +0100 |
commit | d6387a2f642fcb993ae5c9bb67728e2446a3e6b3 (patch) | |
tree | 71c9c20648d7538cabff36ee8e7ebef10060eee5 /download | |
parent | 6974f807a406aa3fdde07c990511ca47f9f168a9 (diff) | |
download | librebootfr-d6387a2f642fcb993ae5c9bb67728e2446a3e6b3.tar.gz librebootfr-d6387a2f642fcb993ae5c9bb67728e2446a3e6b3.zip |
download script: fix typo in help text
Diffstat (limited to 'download')
-rwxr-xr-x | download | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ case ${@} in all) ;; list) - printf "possible values for 'programmes':\nall:\n%s\n\n" "${programmes}" + printf "possible values for 'programmes':\nall\n%s\n\n" "${programmes}" exit ;; help) |