Minor fix on manage.sh.

This commit is contained in:
Andrey Antukh 2016-12-18 19:14:08 +01:00
parent 845726827e
commit c40b4be975
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -52,7 +52,7 @@ function run_image {
} }
function usage { function usage {
echo "USAGE: $0 [ build | run | init ]" echo "USAGE: $0 [ build | run | start ]"
} }
case $1 in case $1 in
@ -66,10 +66,6 @@ case $1 in
start) start)
start_local start_local
;; ;;
init)
initialize
;;
*) *)
usage usage
;; ;;