aboutsummaryrefslogtreecommitdiffstats
path: root/pathoc
diff options
context:
space:
mode:
Diffstat (limited to 'pathoc')
-rwxr-xr-xpathoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/pathoc b/pathoc
index 8f1bd479..b1045c80 100755
--- a/pathoc
+++ b/pathoc
@@ -82,6 +82,10 @@ if __name__ == "__main__":
help="Comma-separated list of response codes to ignore"
)
group.add_argument(
+ "-S", dest="showssl", action="store_true", default=False,
+ help="Show info on SSL connection"
+ )
+ group.add_argument(
"-e", dest="explain", action="store_true", default=False,
help="Explain requests"
)
@@ -153,6 +157,7 @@ if __name__ == "__main__":
showreq=args.showreq,
showresp=args.showresp,
explain=args.explain,
+ showssl=args.showssl,
hexdump=args.hexdump,
ignorecodes=codes,
ignoretimeout=args.ignoretimeout