aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/wireshark.pod.template4
-rw-r--r--ui/commandline.c1
2 files changed, 0 insertions, 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 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
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");