From dddb086f58db0825b959e4e7b4c2ccea11dc4d0b Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Fri, 24 Apr 2020 13:21:02 -0700 Subject: [PATCH] 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 Petri-Dish: Gerald Combs Tested-by: Petri Dish Buildbot Reviewed-by: Jaap Keuter --- doc/wireshark.pod.template | 4 ---- ui/commandline.c | 1 - 2 files changed, 5 deletions(-) diff --git a/doc/wireshark.pod.template b/doc/wireshark.pod.template index c6f2a731d1..d63972ac25 100644 --- a/doc/wireshark.pod.template +++ b/doc/wireshark.pod.template @@ -467,10 +467,6 @@ List the data link types supported by the interface and exit. List time stamp types supported for the interface. If no time stamp type can be set, no time stamp types are listed. -=item -m EfontE - -Set the font name used for most text. - =item -n Disable network object name resolution (such as hostname, TCP and UDP port 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 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 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");