scripts/make-latest.sh: show usage with no arguments

pull/1257/head
Felicity Tarnell 2015-05-01 14:13:18 +01:00
rodzic f612db20c4
commit 771ca040b3
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -22,6 +22,7 @@ done
if [ -z "$version" ]; then
printf >&2 -- '%s: must specify --version\n' "$0"
printf >&2 -- 'usage: %s --version=<version> [--url=<url>]\n' "$0"
exit 1
fi