From 11d7fa0227b41ec631a38cc2fe768d92c00d0f3a Mon Sep 17 00:00:00 2001 From: creme Date: Thu, 5 Sep 2019 22:01:35 +0200 Subject: [PATCH] remove space line --- envs | 1 - 1 file changed, 1 deletion(-) diff --git a/envs b/envs index 5a57d36..aee200d 100755 --- a/envs +++ b/envs @@ -75,7 +75,6 @@ usage() { 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"