summaryrefslogtreecommitdiff
path: root/src/core/wee-command.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/wee-command.c')
-rw-r--r--src/core/wee-command.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c
index e9b8bd23b..7e11d4054 100644
--- a/src/core/wee-command.c
+++ b/src/core/wee-command.c
@@ -1806,6 +1806,12 @@ command_help (void *data, struct t_gui_buffer *buffer,
case CONFIG_NUM_OPTION_TYPES:
break;
}
+ if (ptr_option->null_value_allowed)
+ {
+ gui_chat_printf (NULL, " %s",
+ /* TRANSLATORS: please do not translate "(null)" */
+ _("undefined value allowed (null)"));
+ }
return WEECHAT_RC_OK;
}