Skip to content

Commit

Permalink
Fix usage
Browse files Browse the repository at this point in the history
  • Loading branch information
yonchu committed Jan 13, 2013
1 parent 503ef8e commit 1c6b157
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion run_melty_blood_bot
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/bash
#
# Start up script.
# Usage:
# run_melty_blood_bot <start|stop|status>
#
# About lockfile:
# Usage:
Expand Down Expand Up @@ -149,7 +151,7 @@ case "$ARG1" in
stop && start || RET=1
;;
*)
echo $"Usage: $PROG [start|stop|status]"
echo $"Usage: $PROG <start|stop|status>"
RET=1
esac

Expand Down

0 comments on commit 1c6b157

Please sign in to comment.