feature(cloudcmd) bin: rm description

This commit is contained in:
coderaiser 2014-11-26 10:51:51 -05:00
parent 8eda081d64
commit 709ffd7631

View file

@ -85,15 +85,14 @@
function help() {
var bin = require('../json/bin'),
usage = 'Usage: cloudcmd [OPTION]...',
description = Info.description + '.',
usage = 'Usage: cloudcmd [options]',
site = Util.render('General help using Cloud Commander: <{{ url }}>', {
url: Info.homepage
});
console.log(usage);
console.log(description + '\n');
console.log('Options:');
Object.keys(bin).forEach(function(name) {
var line = ' ' + name + ' ' + bin[name];