summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Goudry2023-11-26 11:06:41 +0100
committerNicolas Goudry2023-11-26 11:06:41 +0100
commit3c9c62970403557c9eed696d5d1a4d06d1b76815 (patch)
tree25da408a575fb9da8922d570b88952de8ffc9712
parentb4e82d1d1ace9fc9f0c9e371dee3abbdfe848893 (diff)
downloadaur-3c9c62970403557c9eed696d5d1a4d06d1b76815.tar.gz
docs: update flag option description
-rwxr-xr-xrelease.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.sh b/release.sh
index 9ae44a460c6d..bb85d5bc35f1 100755
--- a/release.sh
+++ b/release.sh
@@ -31,7 +31,7 @@ usage() {
echo -e " ${DIM}\$${NC} $SCRIPT_NAME [OPTION]..."
echo
echo -e "${BOLD}Options:${NC}"
- echo " -c, --commit Autocommit and push to release repository"
+ echo " -c, --commit Autocommit release changes"
echo " -m, --mode Set cloning method (allowed values: https, ssh)"
echo -e "${DIM} Default: ssh${NC}"
echo " -v, --version Release from given version"