updated help info to clear up required parameters
authorFred Hamster <fred@gruntose.com>
Fri, 21 Mar 2025 13:17:49 +0000 (09:17 -0400)
committerFred Hamster <fred@gruntose.com>
Fri, 21 Mar 2025 13:17:49 +0000 (09:17 -0400)
scripts/rev_control/quick_git_release.sh

index 09448b102f5f49b605d3f4d199711b5e11107266..69e6890012fa17a58e233e18db9a8a5e70497179 100644 (file)
@@ -27,8 +27,8 @@ function make_new_feisty_meow_release()
 
   if [ -z "$new_version" ]; then
     echo "\
-$scriptname: this script requires a version number to use for the
-branch name and release tag name of the new release.
+$scriptname: this script requires a version name to use for the new branch
+name.  this version name will become the new tag on the repository.
 "
     return 1
   fi