aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2011-09-27 18:19:23 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2011-09-27 18:19:23 +0000
commit367cb50bd3d9c9c4f0f348f83387b0cf15602758 (patch)
treeaa142bb1f7aac7ff702eb266913e84b4785db717 /dumpcap.c
parente23a651ed07236d427a335f772e33aff88e72f33 (diff)
Minor formatting changes to the dumpcap -h output.
svn path=/trunk/; revision=39166
Diffstat (limited to 'dumpcap.c')
-rw-r--r--dumpcap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/dumpcap.c b/dumpcap.c
index 8687ab1454..eb97f1e19b 100644
--- a/dumpcap.c
+++ b/dumpcap.c
@@ -386,11 +386,11 @@ print_usage(gboolean print_ver)
#ifdef HAVE_BPF_IMAGE
fprintf(output, " -d print generated BPF code for capture filter\n");
#endif
- fprintf(output, " -S print statistics for each interface once every second\n");
+ fprintf(output, " -S print statistics for each interface once per second\n");
fprintf(output, " -M for -D, -L, and -S, produce machine-readable output\n");
fprintf(output, "\n");
#ifdef HAVE_PCAP_REMOTE
- fprintf(output, "\nRPCAP options:\n");
+ fprintf(output, "RPCAP options:\n");
fprintf(output, " -r don't ignore own RPCAP traffic in capture\n");
fprintf(output, " -u use UDP for RPCAP data transfer\n");
fprintf(output, " -A <user>:<password> use RPCAP password authentication\n");
@@ -413,7 +413,7 @@ print_usage(gboolean print_ver)
fprintf(output, " filesize:NUM - switch to next file after NUM KB\n");
fprintf(output, " files:NUM - ringbuffer: replace after NUM files\n");
fprintf(output, " -n use pcapng format instead of pcap\n");
- /*fprintf(output, "\n");*/
+ fprintf(output, "\n");
fprintf(output, "Miscellaneous:\n");
#ifdef USE_THREADS
fprintf(output, " -t use a separate thread per interface\n");