aboutsummaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-08-28 13:06:44 +0000
committerRoy Marples <roy@marples.name>2007-08-28 13:06:44 +0000
commit144d9653e11918390f2d2ae73b11e07cf312d2fa (patch)
treed126a4313e7b3d6a18de16ad3a5b67654fa4bb3d /sh
parent849b983c3fb6abec364d5e9e2519ef4ba1ea5df9 (diff)
Undocument pause action, fix --nodeps and --ifstarted, #190045.
Diffstat (limited to 'sh')
-rwxr-xr-xsh/rc-help.sh2
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