diff options
-rw-r--r-- | ipalib/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/__init__.py b/ipalib/__init__.py index 4db6a04f..90a76a31 100644 --- a/ipalib/__init__.py +++ b/ipalib/__init__.py @@ -368,7 +368,7 @@ Because this is quite useful, we are going to revise our golden rule somewhat: Defining arguments and options for your command ----------------------------------------------- -You can define a command can accept arbitrary arguments and options. +You can define a command that will accept specific arguments and options. For example: >>> from ipalib import Param |