Changes for version and config

svn: r15825
This commit is contained in:
Doug Blank 2010-08-28 11:23:27 +00:00
parent b28e9950a0
commit 2a114aa6c0

View File

@ -235,6 +235,7 @@ NO_GIVEN = "(%s)" % _("none")
# Note: Make sure to edit ArgHandler.py _help string too!
# (longName, shortName, type , default, flags, descrip , argDescrip)
POPT_TABLE = [
("config", 'c', str, None, 0, "Set config setting", ""),
("open", 'O', str, None, 0, "Open family tree", "FAMILY_TREE"),
("import", 'i', str, None, 0, "Import file", "FILENAME"),
("export", 'e', str, None, 0, "Export file", "FILENAME"),
@ -251,6 +252,7 @@ POPT_TABLE = [
LONGOPTS = [
"action=",
"class=",
"config=",
"debug=",
"display=",
"disable-sound",
@ -284,6 +286,6 @@ LONGOPTS = [
"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')