1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 22:36:38 +02:00

fset: fix typo in /help fset

This commit is contained in:
Sébastien Helleu
2024-03-26 09:21:04 +01:00
parent 2f5936bc9f
commit 6e5eb5eb25
15 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -697,7 +697,7 @@ fset_command_init ()
N_("raw[-export]: export the options and values displayed in a file "
"(each line has format: \"/set name value\" or \"/unset name\")"),
N_("raw[-import]: import the options from a file "
"(all lines containing commands are are executed)"),
"(all lines containing commands are executed)"),
N_("raw[-help]: force writing of help on options in exported file "
"(see /help fset.look.export_help_default)"),
N_("raw[-nohelp]: do not write help on options in exported file "