From 8727dea274824067478719d9d81b6c09f1dd1e77 Mon Sep 17 00:00:00 2001 From: Jason Chen Date: Wed, 25 May 2016 18:29:27 +0800 Subject: [PATCH] fix conflict short option for create and cycle --- bin/dynamic-colors | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)