diff options
Diffstat (limited to 'sh')
-rwxr-xr-x | sh/rc-help.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/rc-help.sh b/sh/rc-help.sh index 789537cf..5e2de1c7 100755 --- a/sh/rc-help.sh +++ b/sh/rc-help.sh @@ -32,7 +32,7 @@ else NL= fi -default_opts="describe start stop restart pause zap" +default_opts="describe start stop restart zap" extra_opts="$(. "${myscript}" 2>/dev/null ; echo "${opts}")" if [ "${BE_VERBOSE}" = "yes" ] ; then |