mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(cloudcmd) bin: rm description
This commit is contained in:
parent
8eda081d64
commit
709ffd7631
1 changed files with 2 additions and 3 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue