diff --git a/README.md b/README.md index a958525..4f21820 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/release.sh b/release.sh index 51ae09c..9912549 100755 --- a/release.sh +++ b/release.sh @@ -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.