diff options
-rwxr-xr-x | docker/bitmask-docker.sh | 7 |
1 files changed, 4 insertions, 3 deletions
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 |