Преглед изворни кода

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

Dominik Prokop пре 6 година
родитељ
комит
8069a617fe
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      scripts/cli/index.ts

+ 1 - 1
scripts/cli/index.ts

@@ -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;
     }