diff options
Diffstat (limited to 'rc.d')
-rwxr-xr-x | rc.d/init.d/functions | 2 |
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 |