summaryrefslogtreecommitdiff
path: root/rawshark.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-05-12 16:06:14 +0000
committerBill Meier <wmeier@newsguy.com>2009-05-12 16:06:14 +0000
commitfa920e48ed72ab076c6c6a9b8e8264e1b05c1707 (patch)
treed76a28588c8d0b601e67cd90e36426d5d55bfbff /rawshark.c
parent3c0d24f3cbbb48a60c0e2b649c8a784ae3f96e7a (diff)
downloadwireshark-fa920e48ed72ab076c6c6a9b8e8264e1b05c1707.tar.gz
Minor cleanup of "-h" output text.
svn path=/trunk/; revision=28334
Diffstat (limited to 'rawshark.c')
-rw-r--r--rawshark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rawshark.c b/rawshark.c
index cea87ab2d6..f3b2bad12d 100644
--- a/rawshark.c
+++ b/rawshark.c
@@ -216,7 +216,7 @@ print_usage(gboolean print_ver)
/*fprintf(output, "\n");*/
fprintf(output, "Output:\n");
- fprintf(output, " -S format string for fields (%%D - name, %%S - stringval, %%N numval\n");
+ fprintf(output, " -S format string for fields (%%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, " -l flush output after each packet\n");