diff --git a/src/core/wee-command.c b/src/core/wee-command.c index 51f833ee9..23640f9e7 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -1490,7 +1490,7 @@ command_help (void *data, struct t_gui_buffer *buffer, GUI_COLOR(GUI_COLOR_CHAT)); gui_chat_printf (NULL, " %s: %s", _("description"), - _(ptr_option->description)); + (ptr_option->description) ? _(ptr_option->description) : ""); switch (ptr_option->type) { case CONFIG_OPTION_TYPE_BOOLEAN: