Remove unnecessary bar

This commit is contained in:
Dave Smith 2013-03-02 07:51:26 -07:00
parent f29e33cae0
commit c057c7771e

View file

@ -339,7 +339,7 @@ case "$1" in
echo $PID 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 exit 1
;; ;;
esac esac