From c91d8d4e55bedd96dbb6cb4a564d853d2ed2ce1c Mon Sep 17 00:00:00 2001 From: Kyle Buller Date: Sun, 25 Apr 2021 00:38:59 -0500 Subject: [PATCH] Tweak wording with -n --- README.md | 2 +- release.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 05eaa9c..88a7069 100644 --- a/README.md +++ b/README.md @@ -253,7 +253,7 @@ The recommended way to include __release.sh__ in a project is to: -a wago-id Set the project id used on Wago Addons for uploading. (Use 0 to unset the TOC value) -g game-version Set the game version to use for uploading. -m pkgmeta.yaml Set the pkgmeta file to use. - -n archive-name Set the archive name template. Use "-n help" for more info. + -n package-name Set the package zip file name. Use "-n help" for more info. ### Uploading diff --git a/release.sh b/release.sh index d4a9748..b153044 100755 --- a/release.sh +++ b/release.sh @@ -147,7 +147,7 @@ usage() { -a wago-id Set the project id used on Wago Addons for uploading. (Use 0 to unset the TOC value) -g game-version Set the game version to use for uploading. -m pkgmeta.yaml Set the pkgmeta file to use. - -n archive-name Set the archive name template. Use "-n help" for more info. + -n package-name Set the package zip file name. Use "-n help" for more info. EOF } @@ -224,8 +224,8 @@ while getopts ":celLzusop:dw:a:r:t:g:m:n:" opt; do n) # Set the package file name if [ "$OPTARG" = "help" ]; then cat <<-'EOF' >&2 - Set the archive name template. There are several string substitutions you can use to - include version control or build type infomation in the file name. + Set the package zip file name. There are several string substitutions you can + use to include version control and build type infomation in the file name. The default file name is "{package-name}-{project-version}{nolib}{classic}".