Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarify readme help in new command (#9260)
Browse files Browse the repository at this point in the history
(cherry picked from commit ea26f3d)
kinuax authored and github-actions[bot] committed Apr 30, 2024
1 parent 779b042 commit 5efda09
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
@@ -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,
),
]

0 comments on commit 5efda09

Please sign in to comment.