Skip to content

Commit

Permalink
Copyedit the usage text
Browse files Browse the repository at this point in the history
  • Loading branch information
ssorj committed Jan 19, 2024
1 parent 76fa105 commit d322a30
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ usage() {
cat <<EOF
Usage: ${0} [OPTION...]
A script that installs the Skupper command-line tool
Install the Skupper command-line tool
Options:
-h, --help Print this help text and exit
Expand Down
2 changes: 1 addition & 1 deletion install.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ usage() {
cat <<EOF
Usage: ${0} [OPTION...]
A script that installs the Skupper command-line tool
Install the Skupper command-line tool
Options:
-h, --help Print this help text and exit
Expand Down
6 changes: 3 additions & 3 deletions uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ usage() {
cat <<EOF
Usage: ${0} [OPTION...]
A script that uninstalls the Skupper command-line tool
Uninstall the Skupper command-line tool
Options:
-h, --help Print this help text and exit
Expand All @@ -279,8 +279,8 @@ Options:
--verbose Print detailed logging to the console
Schemes:
home Install to ~/.local/bin
opt Install to /opt/skupper/bin
home Uninstall from ~/.local/bin
opt Uninstall from /opt/skupper/bin
EOF

if [ -n "${error}" ]
Expand Down
6 changes: 3 additions & 3 deletions uninstall.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ usage() {
cat <<EOF
Usage: ${0} [OPTION...]
A script that uninstalls the Skupper command-line tool
Uninstall the Skupper command-line tool
Options:
-h, --help Print this help text and exit
Expand All @@ -42,8 +42,8 @@ Options:
--verbose Print detailed logging to the console
Schemes:
home Install to ~/.local/bin
opt Install to /opt/skupper/bin
home Uninstall from ~/.local/bin
opt Uninstall from /opt/skupper/bin
EOF

if [ -n "${error}" ]
Expand Down

0 comments on commit d322a30

Please sign in to comment.