diff options
author | Roy Marples <roy@marples.name> | 2007-08-28 13:06:44 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-08-28 13:06:44 +0000 |
commit | 144d9653e11918390f2d2ae73b11e07cf312d2fa (patch) | |
tree | d126a4313e7b3d6a18de16ad3a5b67654fa4bb3d /sh/rc-help.sh | |
parent | 849b983c3fb6abec364d5e9e2519ef4ba1ea5df9 (diff) |
Undocument pause action, fix --nodeps and --ifstarted, #190045.
Diffstat (limited to 'sh/rc-help.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 |