mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 16:10:02 -06:00
Document no_search in Param flags
This commit is contained in:
parent
1480cf1603
commit
12ae6a054a
@ -328,7 +328,9 @@ class Param(ReadOnly):
|
||||
* no_display (Output parameters only): do not display the parameter
|
||||
* no_create: do not include the parameter for crud.Create based
|
||||
commands
|
||||
* no_update: do not include the parameter for crud.update based
|
||||
* no_update: do not include the parameter for crud.Update based
|
||||
commands
|
||||
* no_search: do not include the parameter for crud.Search based
|
||||
commands
|
||||
* no_option: this attribute is not displayed in the CLI, usually
|
||||
because there's a better way of setting it (for example, a
|
||||
|
Loading…
Reference in New Issue
Block a user