diff --git a/envs b/envs index a779d9a..492707e 100755 --- a/envs +++ b/envs @@ -72,6 +72,9 @@ usage() { printf '\nusage: %s [help|list|submit|about|script_name]\n' "$PROGNAME" printf ' %s list - show a list of approved userscripts\n' "$PROGNAME" printf ' %s submit - start the submission flow for your own script\n' "$PROGNAME" + printf ' %s about - get the description for script_name\n' "$PROGNAME" + printf ' %s - run script_name with all remaining args are passed to the script\n' "$PROGNAME" + [[ $(id -u) == 0 ]] && { printf ' %s approve - enter the approval queue\n' "$PROGNAME" printf ' %s revoke - send a script back to the author and remove from /envs/bin\n' "$PROGNAME"