Skip to content
Snippets Groups Projects
Commit 28f22dba authored by Konrad Botor's avatar Konrad Botor Committed by Jakub Lachór
Browse files

Updated scripts

parent 3e342535
No related branches found
No related tags found
1 merge request!131Composefile and readme
......@@ -12,7 +12,7 @@ OPTIONS:
--registry=URL Docker registry to assign the image to (default: 'registry.gitlab.syncad.com/hive/block_explorer_ui')
--tag=TAG Docker tag to be build (default: 'latest')
--progress=TYPE Determines how to display build progress (default: 'auto')
-?|--help Display this help screen and exit
--help|-h|-? Display this help screen and exit
EOF
}
......@@ -34,7 +34,7 @@ while [ $# -gt 0 ]; do
arg="${1#*=}"
PROGRESS_DISPLAY="$arg"
;;
--help|-?)
--help|-h|-?)
print_help
exit 0
;;
......
......@@ -13,7 +13,7 @@ OPTIONS:
--port=PORT Port to be exposed (default: 5000)
--name=NAME Container name to be used (default: block_explorer_ui)
--detach Run in detached mode
-?|--help Display this help screen and exit
--help|-h|-? Display this help screen and exit
EOF
}
......@@ -44,7 +44,7 @@ while [ $# -gt 0 ]; do
--detach)
DETACH=true
;;
--help|-?)
--help|-h|-?)
print_help
exit 0
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment