aboutsummaryrefslogtreecommitdiffstats
path: root/pathoc
diff options
context:
space:
mode:
Diffstat (limited to 'pathoc')
-rwxr-xr-xpathoc8
1 files changed, 7 insertions, 1 deletions
diff --git a/pathoc b/pathoc
index c9290587..96cb9f0a 100755
--- a/pathoc
+++ b/pathoc
@@ -33,7 +33,13 @@ if __name__ == "__main__":
'request', type=str, nargs="+",
help='Request specification'
)
- group = parser.add_argument_group('Controlling Output')
+ group = parser.add_argument_group(
+ 'Controlling Output',
+ """
+ Some of these options expand generated values for logging - if
+ you're generating large data, use them with caution.
+ """
+ )
group.add_argument(
"-C", dest="ignorecodes", type=str, default="",
help="Comma-separated list of response codes to ignore"