From 69f1cd3eed43a53ed2fce076a55180f33ca49e7b Mon Sep 17 00:00:00 2001 From: Chuck Craft Date: Tue, 18 Oct 2022 11:45:08 -0500 Subject: [PATCH] build: rpm-setup.sh - typo in usage --- tools/rpm-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/rpm-setup.sh b/tools/rpm-setup.sh index 3505af57c1..db063117a5 100755 --- a/tools/rpm-setup.sh +++ b/tools/rpm-setup.sh @@ -22,7 +22,7 @@ function print_usage() { printf "\\t--install-qt5-deps: force installation of packages required to use Qt5\\n" printf "\\t--install-qt6-deps: force installation of packages required to use Qt6\\n" printf "\\t--install-all: install everything\\n" - printf "\t[other]: other options are passed as-is to the packet manager\n" + printf "\t[other]: other options are passed as-is to the package manager\n" } ADDITIONAL=0