tweak help text

This commit is contained in:
john 2025-06-17 10:47:46 +02:00
parent f21d20e08c
commit f7771c7df3

View file

@ -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]"