added option --proxy-cred for setting proxy credentials (Feature #195)

This commit is contained in:
Miroslav Stampar
2010-08-18 22:45:00 +00:00
parent 526aebc84c
commit 8aa12db425
3 changed files with 17 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ optDict = {
"aCert": "string",
"keepAlive": "boolean",
"proxy": "string",
"pCred": "string",
"ignoreProxy": "boolean",
"threads": "integer",
"delay": "float",