Skip to content

Commit

Permalink
fix: Bin name on help
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeldelboni authored and avelino committed Sep 25, 2022
1 parent 4cdd4e8 commit 042dad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 <dir>] [--download-dir <download-dir>] [--version <version>]"
Expand Down

0 comments on commit 042dad8

Please sign in to comment.