fix(installer): small fix in help message of install.sh (#3032)

This commit is contained in:
Dániel Vankó 2022-09-20 12:07:45 +02:00 committed by GitHub
parent 518b1d4167
commit 975d1ffcd3
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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() {