From b531c825675c089f18876df7bee45a96bfd0546f Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 25 Mar 2015 04:13:44 -0400 Subject: [PATCH] chore(bin) add " " --- json/bin.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/json/bin.json b/json/bin.json index de1fc1ef..1d0af2a2 100644 --- a/json/bin.json +++ b/json/bin.json @@ -5,9 +5,9 @@ "-on, --online " : "load scripts from remote servers", "-off, --offline" : "load scripts from local server", "-a, --auth " : "enable authorization", - "-na, --noauth " : "disable authorization", + "-na, --noauth " : "disable authorization", "-p, --port " : "set port number", "-u, --username " : "set username", "-ps, --password" : "set password", - "-ns, --noserver" : "do not start server" + "-ns, --noserver" : "do not start server" }