We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33fd302 commit 48ac301Copy full SHA for 48ac301
scripts/authors.ts
@@ -164,7 +164,7 @@ namespace Commands {
164
}
165
});
166
};
167
- 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'";
168
169
170
var args = process.argv.slice(2);
0 commit comments