From ea26f3dad66444c3c0e26a3591b7a49850d3aa0e Mon Sep 17 00:00:00 2001 From: Kinuax Date: Sun, 7 Apr 2024 11:41:37 +0200 Subject: [PATCH] Clarify readme help in new command (#9260) --- src/poetry/console/commands/new.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/poetry/console/commands/new.py b/src/poetry/console/commands/new.py index dc2b89e0a2b..bb0fefad961 100644 --- a/src/poetry/console/commands/new.py +++ b/src/poetry/console/commands/new.py @@ -33,7 +33,7 @@ class NewCommand(InitCommand): option( "readme", None, - "Specify the readme file format. One of md (default) or rst", + "Specify the readme file format. Default is md.", flag=False, ), *[