Update the comments to match the current usage.
authorChris Maynard <Christopher.Maynard@GTECH.COM>
Fri, 13 Sep 2013 18:00:32 +0000 (18:00 -0000)
committerChris Maynard <Christopher.Maynard@GTECH.COM>
Fri, 13 Sep 2013 18:00:32 +0000 (18:00 -0000)
svn path=/trunk/; revision=52015

tools/checkAPIs.pl

index 02e7bf896f90dbf22915651f10fbbaed604053d5..d0246984c4f9dfa2f9855793076d1eaa1218acfc 100755 (executable)
@@ -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$
 #