Trivial: Wrap text at column 80.
authorChris Maynard <Christopher.Maynard@GTECH.COM>
Mon, 29 Jul 2013 15:45:36 +0000 (15:45 -0000)
committerChris Maynard <Christopher.Maynard@GTECH.COM>
Mon, 29 Jul 2013 15:45:36 +0000 (15:45 -0000)
svn path=/trunk/; revision=51012

dumpcap.c

index 05d090525716a983b8a7baf4f3d8eb580064f630..058ec618540680feacad816460ce2debf7b1e06c 100644 (file)
--- a/dumpcap.c
+++ b/dumpcap.c
@@ -511,7 +511,8 @@ print_usage(gboolean print_ver)
     fprintf(output, "\n");
     fprintf(output, "Miscellaneous:\n");
     fprintf(output, "  -N <packet_limit>        maximum number of packets buffered within dumpcap\n");
-    fprintf(output, "  -C <byte_limit>          maximum number of bytes used for buffering packets within dumpcap\n");
+    fprintf(output, "  -C <byte_limit>          maximum number of bytes used for buffering packets\n");
+    fprintf(output, "                           within dumpcap\n");
     fprintf(output, "  -t                       use a separate thread per interface\n");
     fprintf(output, "  -q                       don't report packet capture counts\n");
     fprintf(output, "  -v                       print version information and exit\n");