Fixed long options --filter-append and --pwfile to accept their arguments.

This commit is contained in:
Nikolaus Schulz 2006-09-28 22:19:12 +00:00
parent 75506d9be2
commit 8f47290956
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ class Options:
opts, args = getopt.getopt(args, '?D:S:Vd:hno:F:P:qs:uv',
["date=", "days=", "delete", "dry-run", "help",
"include-flagged", "no-compress", "output-dir=",
"filter-append", "pwfile",
"filter-append=", "pwfile=",
"preserve-unread", "quiet", "size=", "suffix=",
"verbose", "version", "warn-duplicate"])
except getopt.error, msg: