Procházet zdrojové kódy

Remove unnecessary bar

pull/3/head
Dave Smith před 12 roky
rodič
revize
c057c7771e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      priv/templates/simplenode.runner

+ 1
- 1
priv/templates/simplenode.runner Zobrazit soubor

@ -339,7 +339,7 @@ case "$1" in
echo $PID
;;
*)
echo "Usage: $SCRIPT {start|start_boot <file>|foreground|stop|restart|reboot|ping|console|getpid||console_clean|console_boot <file>|attach|remote_console|upgrade}"
echo "Usage: $SCRIPT {start|start_boot <file>|foreground|stop|restart|reboot|ping|console|getpid|console_clean|console_boot <file>|attach|remote_console|upgrade}"
exit 1
;;
esac

Načítá se…
Zrušit
Uložit