Help via -h and --help gives same info

svn: r9881
This commit is contained in:
Peter Landgren 2008-01-18 11:00:01 +00:00
parent 58b08de6c1
commit 9471ac757d

View File

@ -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 = [