diff --git a/src/poetry/console/commands/new.py b/src/poetry/console/commands/new.py index 5f896cf80e8..3ac7550c753 100644 --- a/src/poetry/console/commands/new.py +++ b/src/poetry/console/commands/new.py @@ -19,7 +19,7 @@ class NewCommand(Command): option( "readme", None, - "Specify the readme file format. One of md (default) or rst", + "Specify the readme file format. Default is md.", flag=False, ), ]