From 042dad839cf7e5328d16fdc09073bdf8fd7c6b7e Mon Sep 17 00:00:00 2001 From: Rafael Delboni Date: Sat, 24 Sep 2022 18:30:08 -0300 Subject: [PATCH] fix: Bin name on help --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index fcb45efb..94072262 100755 --- a/install.sh +++ b/install.sh @@ -10,7 +10,7 @@ VERSION='' # Args print_help() { - echo "Installs latest (or specific) version of paro. Installation directory defaults to /usr/local/bin." + echo "Installs latest (or specific) version of ${BIN}. Installation directory defaults to /usr/local/bin." echo -e echo "Usage:" echo "install [--dir ] [--download-dir ] [--version ]"