chore(install): fix typo in help message (#3735)
* chore(install): fix typo in help message * chore(install): drop trailing `s` for consistency Co-authored-by: David Knaack <davidkna@users.noreply.github.com> Co-authored-by: David Knaack <davidkna@users.noreply.github.com>
This commit is contained in:
parent
68d3f93228
commit
4fbab4e389
|
@ -144,7 +144,7 @@ usage() {
|
|||
"-b, --bin-dir" "Override the bin installation directory [default: ${BIN_DIR}]" \
|
||||
"-a, --arch" "Override the architecture identified by the installer [default: ${ARCH}]" \
|
||||
"-B, --base-url" "Override the base URL used for downloading releases [default: ${BASE_URL}]" \
|
||||
"-h, --help" "Dispays this help message"
|
||||
"-h, --help" "Display this help message"
|
||||
}
|
||||
|
||||
elevate_priv() {
|
||||
|
|
Loading…
Reference in New Issue