summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorDániel Vankó <[email protected]>2022-09-20 12:07:45 +0200
committerGitHub <[email protected]>2022-09-20 12:07:45 +0200
commit975d1ffcd3660c970d5bb8e4644b88daee17ac5e (patch)
treeb93e0233481489e50c7728bd6133d8c661f38d72 /utils
parent518b1d4167162a54a6e76784038d30191613b76d (diff)
fix(installer): small fix in help message of install.sh (#3032)
Diffstat (limited to 'utils')
-rwxr-xr-xutils/installer/install.sh2
1 files changed, 1 insertions, 1 deletions
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() {