summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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