Skip to content

Commit

Permalink
refine help text
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpeteuil committed Oct 28, 2022
1 parent 15c6430 commit 3207e34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ hcinstall.sh [-p PRODUCT] [-i VERSION] [-e] [-o] [-h] [-v] [-m] [-a] [-c] [-d]
-c : leave binary in current working directory
-d : debug output
PRODUCT may specify abbreviations or full names
abbreviations: b=boundary, c=consul, n=nomad, p=packer, t=terraform, v=vault, w=waypoint
full names: https://releases.hashicorp.com
PRODUCT may specify product name or abbreviation
product names : https://releases.hashicorp.com
abbreviations : b=boundary, c=consul, n=nomad, p=packer, t=terraform, v=vault, w=waypoint
```

## Download
Expand Down
6 changes: 3 additions & 3 deletions hcinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ usage() {
echo -e " -c\t\t: leave binary in current working directory"
echo -e " -d\t\t: debug output"
echo
echo -e " PRODUCT may specify abbreviations or names"
echo -e " abbreviations:\tb=boundary, c=consul, n=nomad, p=packer, t=terraform, v=vault, w=waypoint"
echo -e " names:\t\thttps://releases.hashicorp.com"
echo -e " PRODUCT may specify product name or abbreviation"
echo -e " product names : https://releases.hashicorp.com"
echo -e " abbreviations : b=boundary, c=consul, n=nomad, p=packer, t=terraform, v=vault, w=waypoint"
}

mostRecent() {
Expand Down

0 comments on commit 3207e34

Please sign in to comment.