don't conflict -h

This commit is contained in:
Christine Dodrill 2015-06-13 07:51:37 -07:00
parent d35dfd0a56
commit 364e3d90f1
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ commandline:
option hostname, string, "hostname", "h"
option optPort, int, "port", "p"
option admin, bool, "admin", ""
exitoption "help", "h",
exitoption "help", "",
"Usage: redis-cli [--admin|--help|--hostname=<string>|--port=<int>]"
errormsg "Invalid options: please read help."