aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.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 /rawshark.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 'rawshark.c')
-rw-r--r--rawshark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rawshark.c b/rawshark.c
index 7612207bc4..6a9dacc722 100644
--- a/rawshark.c
+++ b/rawshark.c
@@ -205,7 +205,7 @@ print_usage(FILE *output)
fprintf(output, " packet encapsulation or protocol\n");
fprintf(output, " -F <field> field to display\n");
#ifndef _WIN32
- fprintf(output, " -m virtual memory limit, in bytes \n");
+ fprintf(output, " -m virtual memory limit, in bytes\n");
#endif
fprintf(output, " -n disable all name resolution (def: all enabled)\n");
fprintf(output, " -N <name resolve flags> enable specific name resolution(s): \"mnNtd\"\n");