Fixes in documentation
This commit is contained in:
@ -222,7 +222,7 @@ def __addDMSOutputOption(optionManager):
|
|||||||
group.add_argument('--no-create-dms',
|
group.add_argument('--no-create-dms',
|
||||||
action="store_true", dest="obi:nocreatedms",
|
action="store_true", dest="obi:nocreatedms",
|
||||||
default=False,
|
default=False,
|
||||||
help="Don't create an output DMS it does not already exist")
|
help="Don't create an output DMS if it does not already exist")
|
||||||
|
|
||||||
|
|
||||||
def __addEltLimitOption(optionManager):
|
def __addEltLimitOption(optionManager):
|
||||||
|
@ -36,14 +36,13 @@ def addOptions(parser):
|
|||||||
metavar="<PREDICATE>",
|
metavar="<PREDICATE>",
|
||||||
default=[],
|
default=[],
|
||||||
type=str,
|
type=str,
|
||||||
help="Warning: use bytes for character strings (b'text' instead of 'text'). "
|
help="Python boolean expression to be evaluated in the "
|
||||||
"Python boolean expression to be evaluated in the "
|
|
||||||
"sequence/line context. The attribute name can be "
|
"sequence/line context. The attribute name can be "
|
||||||
"used in the expression as a variable name. "
|
"used in the expression as a variable name. "
|
||||||
"An extra variable named 'sequence' or 'line' refers "
|
"An extra variable named 'sequence' or 'line' refers "
|
||||||
"to the sequence or line object itself. "
|
"to the sequence or line object itself. "
|
||||||
"Several -p options can be used on the same "
|
"Several -p options can be used on the same "
|
||||||
"commande line.")
|
"command line.")
|
||||||
|
|
||||||
group.add_argument("-S", "--sequence",
|
group.add_argument("-S", "--sequence",
|
||||||
action="store", dest="grep:seq_pattern",
|
action="store", dest="grep:seq_pattern",
|
||||||
|
Reference in New Issue
Block a user