From 9471ac757d692bde0f6844ef48be9d477aa74264 Mon Sep 17 00:00:00 2001 From: Peter Landgren Date: Fri, 18 Jan 2008 11:00:01 +0000 Subject: [PATCH] Help via -h and --help gives same info svn: r9881 --- src/const.py.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/const.py.in b/src/const.py.in index 3d514a0f4..54299d227 100644 --- a/src/const.py.in +++ b/src/const.py.in @@ -192,6 +192,7 @@ POPT_TABLE = [ ("action", 'a', str, None, 0, 'Specify action', "ACTION"), ("options", 'p', str, None, 0, 'Specify options', "OPTIONS_STRING"), ("debug", 'd', str, None, 0, 'Enable debug logs', "LOGGER_NAME"), + ("", 'l', None, None, 0, 'List Family Trees', ""), ] LONGOPTS = [