From 069e832e0fcfb70a2521b4857a34a8e47ffa64bc Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Wed, 23 Sep 2015 12:16:50 -0400 Subject: [docs] fix usage indication for bitmask-docker script --- docker/bitmask-docker.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docker') diff --git a/docker/bitmask-docker.sh b/docker/bitmask-docker.sh index af91145b..ff82e833 100755 --- a/docker/bitmask-docker.sh +++ b/docker/bitmask-docker.sh @@ -81,13 +81,14 @@ help() { echo ">> Bitmask on docker" echo "Run the bitmask app in a docker container." echo - echo "Usage: $0 {init bitmask.json | update | run | help }" + echo "Usage: $0 {init bitmask.json | update bitmask.json | build | shell | run | help}" + echo + echo " ?.json : The bitmask*.json file describes the version that will be used for each repo." echo echo " init : Clone repositories, install dependencies, and get bitmask ready to be used." - echo " The bitmask.json file contains the version that will be used for each repo." + echo " update : Update the repositories and install new deps (if needed)." echo " build : Build the docker image for bitmask." echo " shell : Run a shell inside a bitmask docker container (useful to debug)." - echo " update : Update the repositories and install new deps (if needed)." echo " run : Run the client (any extra parameters will be sent to the app)." echo " help : Show this help" echo -- cgit v1.2.3