Merge pull request #282 from jpartain89/patch-1

Update to install.sh
This commit is contained in:
Anthony Scopatz 2020-02-03 15:38:08 -05:00 committed by GitHub
commit 2dca712157
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ case "$1" in
-h|--help)
echo "Install script for nanorc syntax highlights"
echo "Call with -l or --lite to update .nanorc with secondary precedence to existing .nanorc includes"
exit 0
;;
esac