Merge pull request #14 from picchioni/master

Changed some documentation
This commit is contained in:
lgandx 2013-02-19 06:08:35 -08:00
commit ee1f1966ff
3 changed files with 4 additions and 4 deletions

View file

@ -51,7 +51,7 @@ parser.add_option('-D','--dns', action="store", dest="DNS_On_Off", help = "Set t
parser.add_option('-w','--wpad', action="store", dest="WPAD_On_Off", help = "Set this to On or Off to start/stop the WPAD rogue proxy server. Default value is Off", metavar="Off", choices=['On','Off'], default="Off")
parser.add_option('--lm',action="store", help="Set this to 1 if you want to force LM hashing downgrade for Windows <= 5.2. Default value is False (0)", metavar="0",dest="LM_On_Off", choices=['0','1'], default="0")
parser.add_option('--lm',action="store", help="Set this to 1 if you want to force LM hashing downgrade for Windows XP/2003 and earlier. Default value is False (0)", metavar="0",dest="LM_On_Off", choices=['0','1'], default="0")
options, args = parser.parse_args()