Docs: updated help for changelog cli task (#16615)

This commit is contained in:
Dominik Prokop 2019-04-16 13:30:02 +02:00 committed by GitHub
parent 68f5ddf18c
commit 8069a617fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ program
.description('Builds changelog markdown')
.action(async cmd => {
if (!cmd.milestone) {
console.log('Please specify milestone, example: --m 6.0.1');
console.log('Please specify milestone, example: -m <milestone id from github milestone URL>');
return;
}