From 29d0db1de6380ba98818dd5e3a87a02adc9522da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 25 Jun 2017 22:25:58 +0200 Subject: [PATCH] fset: fix typo in /help fset.look.export_help_default --- src/plugins/fset/fset-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/fset/fset-config.c b/src/plugins/fset/fset-config.c index cc011f280..9fba024e0 100644 --- a/src/plugins/fset/fset-config.c +++ b/src/plugins/fset/fset-config.c @@ -373,7 +373,7 @@ fset_config_init () "export_help_default", "boolean", N_("write help for each option exported by default (this can be " "overridden with arguments \"-help\" and \"-nohelp\" for command " - "/fset -export"), + "/fset -export)"), NULL, 0, 0, "on", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL,