From 4118200a5e40c67665c9fce808ab755225307589 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) (cherry picked from commit ea26f3dad66444c3c0e26a3591b7a49850d3aa0e) --- 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 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, ), ]