tweak help text
This commit is contained in:
parent
f21d20e08c
commit
f7771c7df3
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ show_help() {
|
|||
echo " pushing it to the registry, and optionally deploying to production."
|
||||
echo
|
||||
echo "Options:"
|
||||
echo " -h, --help Display this help message and exit"
|
||||
echo " -d, --deploy Deploy to production after building and pushing"
|
||||
echo " -h,--help Display this help message and exit"
|
||||
echo " -d,--deploy Deploy to production after building and pushing"
|
||||
echo " --major Bump the major version (x.0.0)"
|
||||
echo " --minor Bump the minor version (0.x.0)"
|
||||
echo " --patch Bump the patch version (0.0.x) [default]"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue