add help for -nx
This commit is contained in:
parent
a0815b341a
commit
79d8ea618a
3
esgd.py
3
esgd.py
|
@ -229,7 +229,8 @@ def parseArgs():
|
||||||
parse.add_argument("-ndx", "--direxc",
|
parse.add_argument("-ndx", "--direxc",
|
||||||
action="extend", nargs="*",
|
action="extend", nargs="*",
|
||||||
help="make directory-wide exception for file execution")
|
help="make directory-wide exception for file execution")
|
||||||
parse.add_argument("-nx", "--nocgi", action="store_true")
|
parse.add_argument("-nx", "--nocgi", action="store_true",
|
||||||
|
help="disable execution of cgi scripts")
|
||||||
return parse.parse_args()
|
return parse.parse_args()
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
Loading…
Reference in New Issue