diff options
Diffstat (limited to 'rc.d/init.d')
-rwxr-xr-x | rc.d/init.d/halt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/init.d/halt b/rc.d/init.d/halt index 347c596b..792e17b1 100755 --- a/rc.d/init.d/halt +++ b/rc.d/init.d/halt @@ -35,7 +35,7 @@ case "$0" in command="reboot" ;; *) - echo $"$0: call me as \"rc.halt\" or \"rc.reboot\" please!" + echo $"$0: call me as 'rc.halt' or 'rc.reboot' please!" exit 1 ;; esac |