summaryrefslogtreecommitdiffstats
path: root/ipalib/parameters.py
diff options
context:
space:
mode:
authorNathaniel McCallum <npmccallum@redhat.com>2013-10-01 13:55:22 -0400
committerPetr Viktorin <pviktori@redhat.com>2013-10-07 14:00:52 +0200
commit12ae6a054a20134fe51f195933ced7b52b2bd2ed (patch)
tree66d18112e2792746a4feb2a96ef0faba1eb26c3f /ipalib/parameters.py
parent1480cf1603a2292d2636562f06ad12cb8c86fe6d (diff)
downloadfreeipa-12ae6a054a20134fe51f195933ced7b52b2bd2ed.tar.gz
freeipa-12ae6a054a20134fe51f195933ced7b52b2bd2ed.tar.xz
freeipa-12ae6a054a20134fe51f195933ced7b52b2bd2ed.zip
Document no_search in Param flags
Diffstat (limited to 'ipalib/parameters.py')
-rw-r--r--ipalib/parameters.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/ipalib/parameters.py b/ipalib/parameters.py
index ab4b83216..f75057f1e 100644
--- a/ipalib/parameters.py
+++ b/ipalib/parameters.py
@@ -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