aboutsummaryrefslogtreecommitdiffstats
path: root/editcap.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2015-06-21 13:17:33 +0100
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2015-06-21 12:19:22 +0000
commit6c3f1f2c533b1022fcb631c39eec1e137164b8a7 (patch)
tree1afc7dd73f845c8443643d0e7c93e3f2edf9edb3 /editcap.c
parent7d70d3ea7006e764c61c4cbef19d091fc55ced7d (diff)
editcap: split usage output so won't wrap in cmd.exe window
Change-Id: I8a8ed3721e525ceb685f8e105147a0cc012fc912 Reviewed-on: https://code.wireshark.org/review/9001 Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
Diffstat (limited to 'editcap.c')
-rw-r--r--editcap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/editcap.c b/editcap.c
index 7691e6ba7a..23ab60d4af 100644
--- a/editcap.c
+++ b/editcap.c
@@ -728,7 +728,8 @@ print_usage(FILE *output)
fprintf(output, " this option more than once, allowing up to 2 chopping\n");
fprintf(output, " regions within a packet provided that at least 1\n");
fprintf(output, " choplen is positive and at least 1 is negative.\n");
- fprintf(output, " -L adjust the frame (i.e. reported) length when chopping and/or snapping\n");
+ fprintf(output, " -L adjust the frame (i.e. reported) length when chopping\n");
+ fprintf(output, " and/or snapping\n");
fprintf(output, " -t <time adjustment> adjust the timestamp of each packet;\n");
fprintf(output, " <time adjustment> is in relative seconds (e.g. -0.5).\n");
fprintf(output, " -S <strict adjustment> adjust timestamp of packets if necessary to insure\n");