aboutsummaryrefslogtreecommitdiffstats
path: root/ui/commandline.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2020-04-24 13:21:02 -0700
committerJaap Keuter <jaap.keuter@xs4all.nl>2020-04-25 13:57:11 +0000
commitdddb086f58db0825b959e4e7b4c2ccea11dc4d0b (patch)
treeb0f6c4034773c796fd2904a04e5254dc696e2093 /ui/commandline.c
parent6158e89f1989cec43629bb214fb884bc7724408a (diff)
Docs+help: Remove "-m".
Support for the -m (monospace font) flag was removed from Wireshark in 2.3/2.4 in g37252634c4. Remove it from the man page and help output. Change-Id: Idaafeb6cd30d7deea6086a065168c91affd6f0ad Reviewed-on: https://code.wireshark.org/review/36926 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
Diffstat (limited to 'ui/commandline.c')
-rw-r--r--ui/commandline.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/commandline.c b/ui/commandline.c
index 52bc33d681..e14daa58b9 100644
--- a/ui/commandline.c
+++ b/ui/commandline.c
@@ -157,7 +157,6 @@ commandline_print_usage(gboolean for_help_option) {
fprintf(output, " -J <jump filter> jump to the first packet matching the (display)\n");
fprintf(output, " filter\n");
fprintf(output, " -j search backwards for a matching packet after \"-J\"\n");
- fprintf(output, " -m <font> set the font name used for most text\n");
fprintf(output, " -t a|ad|adoy|d|dd|e|r|u|ud|udoy\n");
fprintf(output, " format of time stamps (def: r: rel. to first)\n");
fprintf(output, " -u s|hms output format of seconds (def: s: seconds)\n");