fix help
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
if [[ -z "$1" ]]; then
|
if [[ "$1" == "-h" ]]; then
|
||||||
echo "usage: $0 [release|UPLOADHOST]"
|
echo "usage: $0 [release|UPLOADHOST]"
|
||||||
echo " without arguments: build and push devel docker images"
|
echo " without arguments: build and push devel docker images"
|
||||||
echo " release: build and push release docker images from latest release binaries"
|
echo " release: build and push release docker images from latest release binaries"
|
||||||
|
|||||||
Reference in New Issue
Block a user