Added config option to help

This commit is contained in:
Jon-William Lewis
2016-08-27 13:08:40 -05:00
parent 41fc4ab4d4
commit 80c0fc556a
2 changed files with 2 additions and 1 deletions

View File

@@ -105,7 +105,7 @@ else
CREATE="TRUE"
OP="TRUE"
;;
--config)
-C|--config)
if [ -z "$EDITOR" ]; then
printf "$YELLOW_COLOR!$RESET_COLOR - %s\n"\
"No editor defined. Defaulting to vi."