aboutsummaryrefslogtreecommitdiffstats
path: root/tools/checkAPIs.pl
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2013-09-13 18:00:32 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2013-09-13 18:00:32 +0000
commit051c082a8ce5819f286474ece5eb66ccc4beca2a (patch)
treecc0dbbbfee2e4dc4852af75bac90bbe6cc7a0488 /tools/checkAPIs.pl
parent0d1411f85414411e7f16128ccfc18f9983b4a0e4 (diff)
Update the comments to match the current usage.
svn path=/trunk/; revision=52015
Diffstat (limited to 'tools/checkAPIs.pl')
-rwxr-xr-xtools/checkAPIs.pl5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/checkAPIs.pl b/tools/checkAPIs.pl
index 02e7bf896f..d0246984c4 100755
--- a/tools/checkAPIs.pl
+++ b/tools/checkAPIs.pl
@@ -7,7 +7,10 @@
# be called by Wireshark code and to perform certain other checks.
#
# Usage:
-# checkAPIs.pl [-M] [-g group1] [-g group2] [-s summary-group1] [-s summary-group2] [--nocheck-value-string-array-null-termination] file1 file2 ...
+# checkAPIs.pl [-M] [-g group1] [-g group2] ...
+# [-s summary-group1] [-s summary-group2] ...
+# [--nocheck-value-string-array-null-termination]
+# [--nocheck-addtext] [--nocheck-hf] [--debug] file1 file2 ...
#
# $Id$
#