Skip to content

Commit

Permalink
Clarify readme help in new command (#9260)
Browse files Browse the repository at this point in the history
  • Loading branch information
kinuax committed Apr 7, 2024
1 parent bd029ac commit ea26f3d
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 @@ -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,
),
*[
Expand Down

0 comments on commit ea26f3d

Please sign in to comment.