aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/init.d/functions
diff options
context:
space:
mode:
Diffstat (limited to 'rc.d/init.d/functions')
-rwxr-xr-xrc.d/init.d/functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/init.d/functions b/rc.d/init.d/functions
index f1844d54..2e9573d6 100755
--- a/rc.d/init.d/functions
+++ b/rc.d/init.d/functions
@@ -249,7 +249,7 @@ killproc() {
RC=0
# Test syntax.
if [ "$#" -eq 0 ]; then
- echo $"Usage: killproc [-p pidfile] {program} [signal]"
+ echo $"Usage: killproc [-p pidfile] {program} [-signal]"
return 1
fi
if [ "$1" = "-p" ]; then