remove space line

This commit is contained in:
creme 2019-09-05 22:01:35 +02:00
parent 12726ace6e
commit 11d7fa0227
No known key found for this signature in database
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 0 additions and 1 deletions

1
envs
View File

@ -75,7 +75,6 @@ usage() {
printf ' %s submit - start the submission flow for your own script\n' "$PROGNAME"
printf ' %s about <script_name> - get the description for script_name\n' "$PROGNAME"
printf ' %s <script_name> - 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 <script_name> - send a script back to the author and remove from /envs/bin\n' "$PROGNAME"