feature(bin) add " "

This commit is contained in:
coderaiser 2015-06-20 10:49:44 -04:00
parent f0456d15b9
commit 9257cb4490

View file

@ -1,20 +1,20 @@
{
"-h, --help " : "display this help and exit",
"-v, --version " : "display version and exit",
"-s, --save " : "save configuration",
"-o, --online " : "load scripts from remote servers",
"-a, --auth " : "enable authorization",
"-u, --username " : "set username",
"-p, --password " : "set password",
"-c, --config " : "configuration file path",
"--editor " : "set editor: \"dword\" or \"edward\"",
"--root " : "set root directory",
"--port " : "set port number",
"--no-auth " : "disable authorization",
"--no-server " : "do not start server",
"--no-online " : "load scripts from local server",
"--minify " : "enable minification",
"--no-minify " : "disable minification",
"--progress-of-copying" : "show progress of copying",
"--no-progress-of-copying" : "not show progress of copying"
"-h, --help ": "display this help and exit",
"-v, --version ": "display version and exit",
"-s, --save ": "save configuration",
"-o, --online ": "load scripts from remote servers",
"-a, --auth ": "enable authorization",
"-u, --username ": "set username",
"-p, --password ": "set password",
"-c, --config ": "configuration file path",
"--editor ": "set editor: \"dword\" or \"edward\"",
"--root ": "set root directory",
"--port ": "set port number",
"--no-auth ": "disable authorization",
"--no-server ": "do not start server",
"--no-online ": "load scripts from local server",
"--minify ": "enable minification",
"--no-minify ": "disable minification",
"--progress-of-copying ": "show progress of copying",
"--no-progress-of-copying ": "not show progress of copying"
}