From 709ffd7631e43b733052f58c402a952aac872251 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 26 Nov 2014 10:51:51 -0500 Subject: [PATCH] feature(cloudcmd) bin: rm description --- bin/cloudcmd.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/cloudcmd.js b/bin/cloudcmd.js index 6f95c77c..47df7b39 100755 --- a/bin/cloudcmd.js +++ b/bin/cloudcmd.js @@ -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];