From 975d1ffcd3660c970d5bb8e4644b88daee17ac5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Vank=C3=B3?= Date: Tue, 20 Sep 2022 12:07:45 +0200 Subject: [PATCH] fix(installer): small fix in help message of install.sh (#3032) --- utils/installer/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/installer/install.sh b/utils/installer/install.sh index 620d46f5..98faa6f0 100755 --- a/utils/installer/install.sh +++ b/utils/installer/install.sh @@ -51,7 +51,7 @@ function usage() { echo " -l, --local Install local copy of LunarVim" echo " -y, --yes Disable confirmation prompts (answer yes to all questions)" echo " --overwrite Overwrite previous LunarVim configuration (a backup is always performed first)" - echo " --[no]-install-dependencies Whether to automatically install external dependencies (will prompt by default)" + echo " --[no-]install-dependencies Whether to automatically install external dependencies (will prompt by default)" } function parse_arguments() {