0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00

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