aboutsummaryrefslogtreecommitdiffstats
path: root/editcap.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2017-09-25 14:06:37 -0700
committerGerald Combs <gerald@wireshark.org>2017-09-25 23:05:11 +0000
commite2d43e7d4b352206bac6bdd42f2c8f04d1e126b2 (patch)
tree03d51a4ecfe9c4aa3cc1225ed93f2ae6c4200992 /editcap.c
parentf3d9766cbc83316544aae7fdd0f0f854160eafa3 (diff)
Docbook: Automatically generate the tools help output.
Add a CMake target that dumps the help output for our command line tools to individual files. Include those files in the tools appendix instead of pasting them in manually. Fixup the output of some tools so that they pass the pre-commit checks. Change-Id: I925f24818422a190927a96531c21f4d16d3fe5b5 Reviewed-on: https://code.wireshark.org/review/23737 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'editcap.c')
-rw-r--r--editcap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/editcap.c b/editcap.c
index b4d4dee11f..7ea2b348f4 100644
--- a/editcap.c
+++ b/editcap.c
@@ -830,7 +830,6 @@ print_usage(FILE *output)
fprintf(output, " If -v is used with any of the 'Duplicate Packet\n");
fprintf(output, " Removal' options (-d, -D or -w) then Packet lengths\n");
fprintf(output, " and MD5 hashes are printed to standard-error.\n");
- fprintf(output, "\n");
}
struct string_elem {