Added -L to SHORTOPTS

svn: r10604
This commit is contained in:
Doug Blank 2008-04-20 12:53:44 +00:00
parent 069fc653e3
commit 7132de7be1

View File

@ -241,5 +241,5 @@ LONGOPTS = [
"version",
]
SHORTOPTS = "O:i:o:f:a:p:d:lhu?"
SHORTOPTS = "O:i:o:f:a:p:d:lLhu?"