From dc946e55a565780a72aa57886f5dd92c81cea1ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Thu, 15 Jun 2017 22:32:20 +0200 Subject: [PATCH] fset: move sort option in /help fset --- src/plugins/fset/fset-command.c | 8 ++++---- 1 file 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"