diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-25 22:21:22 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-25 22:21:22 +0200 |
commit | 4dcb55f8deba4dd27640d8ce8e362627594c0f6e (patch) | |
tree | c3fb0ac927d87d246f09db10aa9cf67e5a416896 | |
parent | 29e72aa90b2b682907af55f9f09744765f8b97f1 (diff) | |
download | weechat-4dcb55f8deba4dd27640d8ce8e362627594c0f6e.zip |
fset: fix list of command arguments
-rw-r--r-- | src/plugins/fset/fset-command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/fset/fset-command.c b/src/plugins/fset/fset-command.c index c4175a607..2410177f9 100644 --- a/src/plugins/fset/fset-command.c +++ b/src/plugins/fset/fset-command.c @@ -602,7 +602,7 @@ fset_command_init () " || -mark" " || -format" " || -export [-help|-nohelp] <filename>" - " || filter"), + " || <filter>"), N_(" -bar: add the help bar\n" " -refresh: refresh list of options, then whole screen " "(command: /window refresh)\n" |