summaryrefslogtreecommitdiff
path: root/package/busybox/S01logging
diff options
context:
space:
mode:
Diffstat (limited to 'package/busybox/S01logging')
-rw-r--r--package/busybox/S01logging2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/S01logging b/package/busybox/S01logging
index 581f192da..edece39f5 100644
--- a/package/busybox/S01logging
+++ b/package/busybox/S01logging
@@ -19,7 +19,7 @@ case "$1" in
restart|reload)
;;
*)
- echo $"Usage: $0 {start|stop|restart}"
+ echo "Usage: $0 {start|stop|restart}"
exit 1
esac