From 4f15361905b19200aa33fba51c924cb50b51c387 Mon Sep 17 00:00:00 2001 From: Lev Khruschev Date: Tue, 4 Jun 2019 17:28:39 +0300 Subject: [PATCH] docs(version): Fix typo in option header (#2120) [skip ci] --- commands/version/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/version/README.md b/commands/version/README.md index d595278980..cbdaed93c1 100644 --- a/commands/version/README.md +++ b/commands/version/README.md @@ -342,7 +342,7 @@ lerna version --yes When run with this flag, `lerna version` will skip all confirmation prompts. Useful in [Continuous integration (CI)](https://en.wikipedia.org/wiki/Continuous_integration) to automatically answer the publish confirmation prompt. -### `---tag-version-prefix` +### `--tag-version-prefix` This option allows to provide custom prefix instead of the default one: `v`.