add missing bracket
This commit is contained in:
parent
e92ace542d
commit
8c8cd4c86d
2
tilde
2
tilde
|
@ -75,7 +75,7 @@ help_message() {
|
|||
}
|
||||
|
||||
usage() {
|
||||
printf "\nusage: %s [help|list|submit|about|script_name\n\n" "$PROGNAME"
|
||||
printf "\nusage: %s [help|list|submit|about|script_name]\n\n" "$PROGNAME"
|
||||
printf " list - show a list of approved userscripts\n"
|
||||
printf " submit - start the submission flow for your own script\n"
|
||||
|
||||
|
|
Loading…
Reference in New Issue