From 002f1e089915e027a1c7d27629a45253488f5ff9 Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Mon, 27 Mar 2017 21:17:31 +0100 Subject: [PATCH] Remove redundant command line options --- gramps/gen/const.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gramps/gen/const.py b/gramps/gen/const.py index 614829f71..db0123d38 100644 --- a/gramps/gen/const.py +++ b/gramps/gen/const.py @@ -266,7 +266,6 @@ LONGOPTS = [ "class=", "config=", "debug=", - "databases", "display=", "disable-sound", "disable-crash-dialog", @@ -301,12 +300,11 @@ LONGOPTS = [ "remove=", "usage", "version", - "qml", "yes", "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')