aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorChuck Craft <bubbasnmp@gmail.com>2022-10-17 16:55:28 -0500
committerChuck Craft <bubbasnmp@gmail.com>2022-10-17 16:55:28 -0500
commitbc9a5ff70e25c71ab7ceeb04af63ec3eac464160 (patch)
tree17769314f129284ffa77a256e4b239896be98cdf /tools
parentb93e8234f60e02e20eb1d61161211925818ed73b (diff)
build: fix typos in alpine-setup.sh
Diffstat (limited to 'tools')
-rwxr-xr-xtools/alpine-setup.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/alpine-setup.sh b/tools/alpine-setup.sh
index d78e4670d7..79462ab7c8 100755
--- a/tools/alpine-setup.sh
+++ b/tools/alpine-setup.sh
@@ -16,10 +16,10 @@ set -e -u -o pipefail
function print_usage() {
printf "\\nUtility to setup a alpine system for Wireshark Development.\\n"
printf "The basic usage installs the needed software\\n\\n"
- printf "Usage: %s [--install-optional] [--install-deb-deps] [...other options...]\\n" "$0"
+ printf "Usage: %s [--install-optional] [...other options...]\\n" "$0"
printf "\\t--install-optional: install optional software as well\\n"
printf "\\t--install-all: install everything\\n"
- printf "\\t[other]: other options are passed as-is to apt\\n"
+ printf "\\t[other]: other options are passed as-is to apk\\n"
}
ADDITIONAL=0