Add new verbose option to getplants docs

From #1481
develop
lethosor 2020-01-18 16:38:08 -05:00
parent e5a5e39c3a
commit 513b7e02a6
1 changed files with 6 additions and 5 deletions

@ -2273,12 +2273,13 @@ by spaces.
Options: Options:
:-t: Select trees only (exclude shrubs) :``-t``: Select trees only (exclude shrubs)
:-s: Select shrubs only (exclude trees) :``-s``: Select shrubs only (exclude trees)
:-c: Clear designations instead of setting them :``-c``: Clear designations instead of setting them
:-x: Apply selected action to all plants except those specified (invert :``-x``: Apply selected action to all plants except those specified (invert
selection) selection)
:-a: Select every type of plant (obeys ``-t``/``-s``) :``-a``: Select every type of plant (obeys ``-t``/``-s``)
:``-v``: Lists the number of (un)designations per plant
Specifying both ``-t`` and ``-s`` will have no effect. If no plant IDs are specified, Specifying both ``-t`` and ``-s`` will have no effect. If no plant IDs are specified,
all valid plant IDs will be listed. all valid plant IDs will be listed.