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"