From 47cfc776ecc86ba6b410dee2e97d3892fffb4c95 Mon Sep 17 00:00:00 2001 From: Peter Landgren Date: Thu, 6 May 2010 19:48:22 +0000 Subject: [PATCH] Deleted deprecated cli --usage. svn: r15344 --- src/const.py.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/const.py.in b/src/const.py.in index df4833ad6..d8a89b4e5 100644 --- a/src/const.py.in +++ b/src/const.py.in @@ -280,10 +280,9 @@ LONGOPTS = [ "sm-config-prefix=", "sm-disable", "sync", - "usage", "version", ] -SHORTOPTS = "O:i:e:f:a:p:d:lLhu?" +SHORTOPTS = "O:i:e:f:a:p:d:lLhus?" GRAMPS_UUID = uuid.UUID('516cd010-5a41-470f-99f8-eb22f1098ad6')