From f1861d93e0ba2e462b1d81b95cd7cf385a08a85b Mon Sep 17 00:00:00 2001 From: Niklas Date: Thu, 6 Aug 2020 17:42:10 +0200 Subject: [PATCH] small typo --- tools/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install.sh b/tools/install.sh index dbb45d0..a330e3e 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -135,7 +135,7 @@ if [ "$showusage" == "yes" ]; then echo " [PREFIX=${PREFIX}]" echo "--exec-prefix Specify the prefix under which to install executables" echo " [EXECPREFIX=${EXECPREFIX}]" - echo "--data-prefix Specify the prefix under which to install suppor files" + echo "--data-prefix Specify the prefix under which to install support files" echo " [DATAPREFIX=${DATAPREFIX}]" echo "--install-root Specify the staging directory in which to perform the install" echo " [INSTALL_ROOT=${INSTALL_ROOT}]"