From 377bf475880c2a2a024b4771817aaa64203ff05a Mon Sep 17 00:00:00 2001 From: Etty Date: Fri, 13 May 2022 20:32:52 +0100 Subject: [PATCH] Update command description --- docs/cli.md | 2 +- src/poetry/console/commands/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cli.md b/docs/cli.md index 2abc8140717..78fc47d1bef 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -718,7 +718,7 @@ poetry plugin add poetry-plugin --dry-run #### Options -* `--dry-run`: Outputs the operations but will not execute anything (implicitly enables --verbose). +* `--dry-run`: Outputs the operations but will not execute anything. ### `plugin show` diff --git a/src/poetry/console/commands/version.py b/src/poetry/console/commands/version.py index 62b5b195484..52134f691db 100644 --- a/src/poetry/console/commands/version.py +++ b/src/poetry/console/commands/version.py @@ -31,7 +31,7 @@ class VersionCommand(Command): ] options = [ option("short", "s", "Output the version number only"), - option("dry-run", None, "Perform all actions except upload the package."), + option("dry-run", None, "Outputs the operations but will not execute anything"), ] help = """\