diff --git a/tilde b/tilde index 913468b..e928c7b 100755 --- a/tilde +++ b/tilde @@ -74,34 +74,34 @@ prompt_confirm() { } help_message() { - printf "%s version %s\n" "$PROGNAME" "$VERSION" - printf "wrapper for user-submitted scripts\n" - printf "supports submission and admin approval\n" - usage + cat <<-EOF +Usage: $PROGNAME [options] [command] + +Options: + -h, --help Show this help message and exit + -v, --version Show version information + +Commands: + list Show a list of approved user scripts + submit Start the submission flow for your own script + about