feature(json) bin -> help

This commit is contained in:
coderaiser 2016-06-15 19:42:26 +03:00
parent 0fe40b5283
commit 1ce8a78e04
2 changed files with 1 additions and 1 deletions

View file

@ -154,7 +154,7 @@
}
function help() {
var bin = require('../json/bin'),
var bin = require('../json/help'),
usage = 'Usage: cloudcmd [options]',
url = Info.homepage;