mirror of
https://github.com/tildeclub/launcher.git
synced 2026-01-24 11:10:18 +00:00
remove space line
This commit is contained in:
1
envs
1
envs
@@ -75,7 +75,6 @@ usage() {
|
|||||||
printf ' %s submit - start the submission flow for your own script\n' "$PROGNAME"
|
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 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"
|
printf ' %s <script_name> - run script_name with all remaining args are passed to the script\n' "$PROGNAME"
|
||||||
|
|
||||||
[[ $(id -u) == 0 ]] && {
|
[[ $(id -u) == 0 ]] && {
|
||||||
printf ' %s approve - enter the approval queue\n' "$PROGNAME"
|
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"
|
printf ' %s revoke <script_name> - send a script back to the author and remove from /envs/bin\n' "$PROGNAME"
|
||||||
|
|||||||
Reference in New Issue
Block a user