Skip to content

Commit

Permalink
Clarify readme help in new command (#9260)
Browse files Browse the repository at this point in the history
(cherry picked from commit ea26f3d)
  • Loading branch information
kinuax authored and radoering committed Apr 30, 2024
1 parent 779b042 commit 4118200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/poetry/console/commands/new.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
),
]
Expand Down

0 comments on commit 4118200

Please sign in to comment.