Explorar el Código

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

dimka665 hace 12 años
padre
commit
2d6125e1f3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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