Skip to content

Commit

Permalink
Guide transition from --dev
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann authored and radoering committed Mar 27, 2023
1 parent 009fef2 commit 3a84217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/poetry/console/commands/add.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class AddCommand(InstallerCommand, InitCommand):
option(
"dev",
"D",
"Add as a development dependency. (<warning>Deprecated</warning>)",
"Add as a development dependency. (<warning>Deprecated</warning>) Use --group=dev instead.",
),
option("editable", "e", "Add vcs/path dependencies as editable."),
option(
Expand Down

0 comments on commit 3a84217

Please sign in to comment.