From 4fbab4e389ccc9628172b9b72dbaaede0ca4cbc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Rom=C3=A1n?= Date: Fri, 11 Mar 2022 12:48:19 -0800 Subject: [PATCH] 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 Co-authored-by: David Knaack --- install/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install.sh b/install/install.sh index 1cd2028c..1b5a211a 100755 --- a/install/install.sh +++ b/install/install.sh @@ -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() {