summarylogtreecommitdiffstats
path: root/rootd
diff options
context:
space:
mode:
Diffstat (limited to 'rootd')
-rw-r--r--rootd2
1 files changed, 1 insertions, 1 deletions
diff --git a/rootd b/rootd
index fb2c3388ca24..3767e57f09f8 100644
--- a/rootd
+++ b/rootd
@@ -32,6 +32,6 @@ case "$1" in
$0 start
;;
*)
- echo "usage: $0 {start|stop|restart}"
+ echo "usage: $0 {start|stop|restart}"
esac
exit 0