9q fix#11 sd option

This commit is contained in:
shrlnm 2019-10-24 23:41:57 +03:00
parent 98bc05ee65
commit b8aa41ab5b
2 changed files with 4 additions and 2 deletions

View File

@ -677,7 +677,8 @@ def optParser():
parser.add_argument("--sd", parser.add_argument("--sd",
help="separate doc files", help="separate doc files",
dest="sd", dest="sd",
default=False) default=False,
action="store_true")
parser.add_argument("--cfc", parser.add_argument("--cfc",
help="turn off automatic FC and do it by script", help="turn off automatic FC and do it by script",

View File

@ -95,7 +95,8 @@ def optParser():
parser.add_argument("--sd", parser.add_argument("--sd",
help="separate doc files", help="separate doc files",
dest="sd", dest="sd",
default=False) default=False,
action="store_true")
parser.add_argument("-m", parser.add_argument("-m",
help="number of car model", help="number of car model",