Skip to content

Commit

Permalink
update from suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
tgolsson committed Apr 28, 2022
1 parent b32d071 commit 82ada8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/poetry/console/commands/show.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ def handle(self) -> int | None:

if not self.option("tree") and package:
self.line_error(
"<error>Error: --why cannot be used when displaying a single"
" package.</error>"
"<error>Error: --why cannot be used without --tree when displaying"
" a single package.</error>"
)

return 1
Expand Down

0 comments on commit 82ada8b

Please sign in to comment.