build: fix typos in alpine-setup.sh

This commit is contained in:
Chuck Craft 2022-10-17 16:55:28 -05:00
parent b93e8234f6
commit bc9a5ff70e
1 changed files with 2 additions and 2 deletions

View File

@ -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