We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b32d071 commit 82ada8bCopy full SHA for 82ada8b
src/poetry/console/commands/show.py
@@ -92,8 +92,8 @@ def handle(self) -> int | None:
92
93
if not self.option("tree") and package:
94
self.line_error(
95
- "<error>Error: --why cannot be used when displaying a single"
96
- " package.</error>"
+ "<error>Error: --why cannot be used without --tree when displaying"
+ " a single package.</error>"
97
)
98
99
return 1
0 commit comments