add missing bracket

This commit is contained in:
Ben Harris 2020-06-10 22:22:52 -04:00
parent e92ace542d
commit 8c8cd4c86d
1 changed files with 1 additions and 1 deletions

2
tilde
View File

@ -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"