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',
action="store_true", dest="obi:nocreatedms",
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):