Skip to content

Commit

Permalink
Tweak wording with -n
Browse files Browse the repository at this point in the history
  • Loading branch information
nebularg committed Apr 25, 2021
1 parent 9e4b57d commit c91d8d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down Expand Up @@ -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}".
Expand Down

0 comments on commit c91d8d4

Please sign in to comment.