diff --git a/bin/dynamic-colors b/bin/dynamic-colors index a14a207..733143c 100755 --- a/bin/dynamic-colors +++ b/bin/dynamic-colors @@ -16,7 +16,7 @@ Basic commands: Creating colorschemes: a,audit check for undefined colors - c,create create a new colorscheme from scratch + C,create create a new colorscheme from scratch " die () { @@ -204,7 +204,7 @@ case "$#" in help ;; a|audit) audit "$1" ;; - c|create) + C|create) [ $# -ne 1 ] && usage create "$1" ;; e|edit)