File tree 2 files changed +4
-2
lines changed
src/poetry/console/commands
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -444,7 +444,7 @@ required by
444
444
### Options
445
445
446
446
* ` --without ` : The dependency groups to ignore.
447
- * ` --why ` : Include reverse dependencies where applicable .
447
+ * ` --why ` : When showing the full list, or a ` --tree ` for a single package, display why a package is included .
448
448
* ` --with ` : The optional dependency groups to include.
449
449
* ` --only ` : The only dependency groups to include.
450
450
* ` --default ` : Only include the main dependencies. (** Deprecated** )
@@ -457,6 +457,7 @@ required by
457
457
When ` --only ` is specified, ` --with ` and ` --without ` options are ignored.
458
458
{{% /note %}}
459
459
460
+
460
461
## build
461
462
462
463
The ` build ` command builds the source and wheels archives.
Original file line number Diff line number Diff line change @@ -50,7 +50,8 @@ class ShowCommand(GroupCommand):
50
50
option (
51
51
"why" ,
52
52
None ,
53
- "When listing the tree for a single package, start from parents." ,
53
+ "When showing the full list, or a <info>--tree</info> for a single package,"
54
+ " also display why it's included." ,
54
55
),
55
56
option ("latest" , "l" , "Show the latest version." ),
56
57
option (
You can’t perform that action at this time.
0 commit comments