From e23a651ed07236d427a335f772e33aff88e72f33 Mon Sep 17 00:00:00 2001 From: Chris Maynard Date: Tue, 27 Sep 2011 17:18:25 +0000 Subject: Minor formatting changes to the rawshark -h output. svn path=/trunk/; revision=39165 --- rawshark.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'rawshark.c') diff --git a/rawshark.c b/rawshark.c index 70fe214724..e694fa2ef3 100644 --- a/rawshark.c +++ b/rawshark.c @@ -207,14 +207,16 @@ print_usage(gboolean print_ver) fprintf(output, " -F field to display\n"); fprintf(output, " -n disable all name resolution (def: all enabled)\n"); fprintf(output, " -N enable specific name resolution(s): \"mntC\"\n"); - fprintf(output, " -p use the system's packet header format (which may have 64-bit timestamps)\n"); + fprintf(output, " -p use the system's packet header format\n"); + fprintf(output, " (which may have 64-bit timestamps)\n"); fprintf(output, " -R packet filter in Wireshark display filter syntax\n"); fprintf(output, " -s skip PCAP header on input\n"); - /*fprintf(output, "\n");*/ + fprintf(output, "\n"); fprintf(output, "Output:\n"); fprintf(output, " -l flush output after each packet\n"); - fprintf(output, " -S format string for fields (%%D - name, %%S - stringval, %%N numval)\n"); + fprintf(output, " -S format string for fields\n"); + fprintf(output, " (%%D - name, %%S - stringval, %%N numval)\n"); fprintf(output, " -t ad|a|r|d|dd|e output format of time stamps (def: r: rel. to first)\n"); fprintf(output, "\n"); -- cgit v1.2.3