Add example to command description

This commit is contained in:
Mohamed Hegazy
2018-01-17 11:59:01 -08:00
parent 33fd30250d
commit 48ac3019b4

View File

@@ -164,7 +164,7 @@ namespace Commands {
}
});
};
listAuthors.description = "List known and unknown authors for a given spec";
listAuthors.description = "List known and unknown authors for a given spec, e.g. 'node authors.js listAuthors origin/release-2.6..origin/release-2.7'";
}
var args = process.argv.slice(2);