* src/ArgHandler.py: don't crash arghandler on wrong input #1592
	* src/const.py.in: Add -h and --help so those work for non gnome users



svn: r9853
This commit is contained in:
Benny Malengier
2008-01-16 20:23:20 +00:00
parent 93395e747a
commit 4172c30406
3 changed files with 40 additions and 8 deletions

View File

@@ -230,5 +230,5 @@ LONGOPTS = [
"version",
]
SHORTOPTS = "O:i:o:f:a:p:d:?:l"
SHORTOPTS = "O:i:o:f:a:p:d:lh?"