Skip to content

Commit 2d6125e

Browse files
voronindask
authored andcommitted
Typo in /etc/init.d/celery usage help
1 parent 68774f3 commit 2d6125e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra/generic-init.d/celeryd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ case "$1" in
196196
check_paths
197197
;;
198198
*)
199-
echo "Usage: /etc/init.d/celeryd {start|stop|restart|kill|create_paths}"
199+
echo "Usage: /etc/init.d/celeryd {start|stop|restart|kill|create-paths}"
200200
exit 64 # EX_USAGE
201201
;;
202202
esac

0 commit comments

Comments
 (0)