Changes for version and config
svn: r15825
This commit is contained in:
parent
b28e9950a0
commit
2a114aa6c0
@ -235,6 +235,7 @@ NO_GIVEN = "(%s)" % _("none")
|
|||||||
# Note: Make sure to edit ArgHandler.py _help string too!
|
# Note: Make sure to edit ArgHandler.py _help string too!
|
||||||
# (longName, shortName, type , default, flags, descrip , argDescrip)
|
# (longName, shortName, type , default, flags, descrip , argDescrip)
|
||||||
POPT_TABLE = [
|
POPT_TABLE = [
|
||||||
|
("config", 'c', str, None, 0, "Set config setting", ""),
|
||||||
("open", 'O', str, None, 0, "Open family tree", "FAMILY_TREE"),
|
("open", 'O', str, None, 0, "Open family tree", "FAMILY_TREE"),
|
||||||
("import", 'i', str, None, 0, "Import file", "FILENAME"),
|
("import", 'i', str, None, 0, "Import file", "FILENAME"),
|
||||||
("export", 'e', str, None, 0, "Export file", "FILENAME"),
|
("export", 'e', str, None, 0, "Export file", "FILENAME"),
|
||||||
@ -251,6 +252,7 @@ POPT_TABLE = [
|
|||||||
LONGOPTS = [
|
LONGOPTS = [
|
||||||
"action=",
|
"action=",
|
||||||
"class=",
|
"class=",
|
||||||
|
"config=",
|
||||||
"debug=",
|
"debug=",
|
||||||
"display=",
|
"display=",
|
||||||
"disable-sound",
|
"disable-sound",
|
||||||
@ -284,6 +286,6 @@ LONGOPTS = [
|
|||||||
"version",
|
"version",
|
||||||
]
|
]
|
||||||
|
|
||||||
SHORTOPTS = "O:i:e:f:a:p:d:lLhus?"
|
SHORTOPTS = "O:i:e:f:a:p:d:lLhuv?c"
|
||||||
|
|
||||||
GRAMPS_UUID = uuid.UUID('516cd010-5a41-470f-99f8-eb22f1098ad6')
|
GRAMPS_UUID = uuid.UUID('516cd010-5a41-470f-99f8-eb22f1098ad6')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user