diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-15 22:32:20 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-25 16:35:28 +0200 |
commit | dc946e55a565780a72aa57886f5dd92c81cea1ef (patch) | |
tree | 4c9446bad87699f7385417e465b4369bed718a9b | |
parent | 263c2904a759bbb0ce55eb86be6313a29f8f67ab (diff) | |
download | weechat-dc946e55a565780a72aa57886f5dd92c81cea1ef.zip |
fset: move sort option in /help fset
-rw-r--r-- | src/plugins/fset/fset-command.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/fset/fset-command.c b/src/plugins/fset/fset-command.c index f33389320..42dd4a43c 100644 --- a/src/plugins/fset/fset-command.c +++ b/src/plugins/fset/fset-command.c @@ -626,10 +626,6 @@ fset_command_init () "default_value_undef, value, quoted_value, value_undef, " "value_changed, parent_value, min, max, description, description2, " "description_en, description_en2, string_values\n" - " s:x,y sort options by fields x,y " - "(see /help fset.look.sort)\n" - " s: reset sort to its default value " - "(see /help fset.look.sort)\n" "\n" "The lines with options are displayed using string evaluation " "(see /help eval for the format), with these options:\n" @@ -708,6 +704,10 @@ fset_command_init () " p toggle plugin description options " "(plugins.desc.*)\n" " v toggle help bar\n" + " s:x,y sort options by fields x,y " + "(see /help fset.look.sort)\n" + " s: reset sort to its default value " + "(see /help fset.look.sort)\n" " w:xxx export options in file \"xxx\"\n" " w-:xxx export options in file \"xxx\" without help\n" " w+:xxx export options in file \"xxx\" with help\n" |