Remove redundant command line options
This commit is contained in:
parent
85292a9ef1
commit
002f1e0899
@ -266,7 +266,6 @@ LONGOPTS = [
|
|||||||
"class=",
|
"class=",
|
||||||
"config=",
|
"config=",
|
||||||
"debug=",
|
"debug=",
|
||||||
"databases",
|
|
||||||
"display=",
|
"display=",
|
||||||
"disable-sound",
|
"disable-sound",
|
||||||
"disable-crash-dialog",
|
"disable-crash-dialog",
|
||||||
@ -301,12 +300,11 @@ LONGOPTS = [
|
|||||||
"remove=",
|
"remove=",
|
||||||
"usage",
|
"usage",
|
||||||
"version",
|
"version",
|
||||||
"qml",
|
|
||||||
"yes",
|
"yes",
|
||||||
"quiet",
|
"quiet",
|
||||||
]
|
]
|
||||||
|
|
||||||
SHORTOPTS = "O:C:i:e:f:a:p:d:c:r:blLthuv?syq"
|
SHORTOPTS = "O:C:i:e:f:a:p:d:c:r:lLthuv?syq"
|
||||||
|
|
||||||
GRAMPS_UUID = uuid.UUID('516cd010-5a41-470f-99f8-eb22f1098ad6')
|
GRAMPS_UUID = uuid.UUID('516cd010-5a41-470f-99f8-eb22f1098ad6')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user