From 12ae6a054a20134fe51f195933ced7b52b2bd2ed Mon Sep 17 00:00:00 2001 From: Nathaniel McCallum Date: Tue, 1 Oct 2013 13:55:22 -0400 Subject: Document no_search in Param flags --- ipalib/parameters.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ipalib') diff --git a/ipalib/parameters.py b/ipalib/parameters.py index ab4b8321..f75057f1 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 -- cgit