summaryrefslogtreecommitdiff
path: root/ui/commandline.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/commandline.c')
-rw-r--r--ui/commandline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/commandline.c b/ui/commandline.c
index 9381ed1a6b..109952c42c 100644
--- a/ui/commandline.c
+++ b/ui/commandline.c
@@ -468,7 +468,7 @@ void commandline_other_options(int argc, char *argv[], commandline_param_info_t*
arg_error = TRUE;
#endif
break;
- case 'm': /* Fixed-width font for the display */
+ case 'm': /* Fixed-width font for the display. GTK+ only. */
g_free(param_info->prefs_p->gui_gtk2_font_name);
param_info->prefs_p->gui_gtk2_font_name = g_strdup(optarg);
break;