From 8069a617fee975553dc76581ea50f44e5d0bf5f6 Mon Sep 17 00:00:00 2001 From: Dominik Prokop Date: Tue, 16 Apr 2019 13:30:02 +0200 Subject: [PATCH] Docs: updated help for changelog cli task (#16615) --- scripts/cli/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cli/index.ts b/scripts/cli/index.ts index 27d1ab71c26..49e266a31f8 100644 --- a/scripts/cli/index.ts +++ b/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 '); return; }