aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/init.d/halt
diff options
context:
space:
mode:
Diffstat (limited to 'rc.d/init.d/halt')
-rwxr-xr-xrc.d/init.d/halt2
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