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>
This commit is contained in:
Gerald Combs 2020-04-24 13:21:02 -07:00 committed by Jaap Keuter
parent 6158e89f19
commit dddb086f58
2 changed files with 0 additions and 5 deletions

View File

@ -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 E<lt>fontE<gt>
Set the font name used for most text.
=item -n
Disable network object name resolution (such as hostname, TCP and UDP port

View File

@ -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");