diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-08-12 16:25:25 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-08-12 16:25:25 +0200 |
commit | 0bfdaa25bf7b9ef5984efe9bacee7cc72fcef8a4 (patch) | |
tree | 50dd5cffa891e08ff25a43e9aa098ddcb3ee401e /src | |
parent | 017f4cca18319dff3830db393b81db6d24bd2df5 (diff) | |
download | weechat-0bfdaa25bf7b9ef5984efe9bacee7cc72fcef8a4.zip |
fset: remove redirection to /help fset.look.sort in /help fset
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/fset/fset-command.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/fset/fset-command.c b/src/plugins/fset/fset-command.c index 2468b2e7e..a5e0a5564 100644 --- a/src/plugins/fset/fset-command.c +++ b/src/plugins/fset/fset-command.c @@ -793,9 +793,9 @@ fset_command_init () "(plugins.desc.*)\n" " alt+v v toggle help bar\n" " s:x,y sort options by fields x,y " - "(see /help fset.look.sort)\n" + "(see above)\n" " s: reset sort to its default value " - "(see /help fset.look.sort)\n" + "(see above)\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" |