Fixes in documentation

This commit is contained in:
Celine Mercier
2020-01-18 17:26:18 +01:00
parent b9cd9bee9a
commit 822000cb70
2 changed files with 3 additions and 4 deletions

View File

@ -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):

View File

@ -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",