Missing e in const shortopts

svn: r11357
This commit is contained in:
Doug Blank 2008-11-28 19:28:43 +00:00
parent 2672033648
commit 3dcb919853

View File

@ -253,6 +253,6 @@ LONGOPTS = [
"version",
]
SHORTOPTS = "O:i:o:f:a:p:d:lLhu?"
SHORTOPTS = "O:i:e:o:f:a:p:d:lLhu?"