9q fix#11 sd option
This commit is contained in:
parent
98bc05ee65
commit
b8aa41ab5b
@ -677,7 +677,8 @@ def optParser():
|
||||
parser.add_argument("--sd",
|
||||
help="separate doc files",
|
||||
dest="sd",
|
||||
default=False)
|
||||
default=False,
|
||||
action="store_true")
|
||||
|
||||
parser.add_argument("--cfc",
|
||||
help="turn off automatic FC and do it by script",
|
||||
|
@ -95,7 +95,8 @@ def optParser():
|
||||
parser.add_argument("--sd",
|
||||
help="separate doc files",
|
||||
dest="sd",
|
||||
default=False)
|
||||
default=False,
|
||||
action="store_true")
|
||||
|
||||
parser.add_argument("-m",
|
||||
help="number of car model",
|
||||
|
Loading…
x
Reference in New Issue
Block a user