Skip to content

Commit

Permalink
Fix some spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
nebularg committed Mar 15, 2024
1 parent 48b7806 commit 7f60752
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,13 +321,13 @@ Usage: release.sh [options]
```text
Usage: release.sh -n "{template}"
Set the package zip file name and upload file label. There are several string
substitutions you can use to include version control and build type infomation in
substitutions you can use to include version control and build type information in
the file name and upload label.
The default file name is "{package-name}-{project-version}{nolib}{classic}".
The default upload label is "{project-version}{classic}{nolib}".
To set both, seperate with a ":", i.e, "{file template}:{label template}".
To set both, separate with a ":", i.e, "{file template}:{label template}".
If either side of the ":" is blank, the default will be used. Not including a ":"
will set the file name template, leaving upload label as default.
Expand Down
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -286,13 +286,13 @@ while getopts ":celLzusSop:dw:a:r:t:g:m:n:" opt; do
cat <<-'EOF' >&2
Usage: release.sh [options]
Set the package zip file name and upload file label. There are several string
substitutions you can use to include version control and build type infomation in
substitutions you can use to include version control and build type information in
the file name and upload label.
The default file name is "{package-name}-{project-version}{nolib}{classic}".
The default upload label is "{project-version}{classic}{nolib}".
To set both, seperate with a ":", i.e, "{file template}:{label template}".
To set both, separate with a ":", i.e, "{file template}:{label template}".
If either side of the ":" is blank, the default will be used.Not including a ":"
will set the file name template, leaving upload label as default.
Expand Down

0 comments on commit 7f60752

Please sign in to comment.