Browse Source

Typo in /etc/init.d/celery usage help

dimka665 12 năm trước cách đây
mục cha
commit
2d6125e1f3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      extra/generic-init.d/celeryd

+ 1 - 1
extra/generic-init.d/celeryd

@@ -196,7 +196,7 @@ case "$1" in
         check_paths
     ;;
     *)
-        echo "Usage: /etc/init.d/celeryd {start|stop|restart|kill|create_paths}"
+        echo "Usage: /etc/init.d/celeryd {start|stop|restart|kill|create-paths}"
         exit 64  # EX_USAGE
     ;;
 esac