Skip to content

Commit 48ac301

Browse files
committed
Add example to command description
1 parent 33fd302 commit 48ac301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/authors.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ namespace Commands {
164164
}
165165
});
166166
};
167-
listAuthors.description = "List known and unknown authors for a given spec";
167+
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'";
168168
}
169169

170170
var args = process.argv.slice(2);

0 commit comments

Comments
 (0)