summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2018-09-23 17:06:25 +1000
committerMaxime Coste <mawww@kakoune.org>2018-09-23 17:06:25 +1000
commitfa993768da5a2e238fb5ca73c68f71ed77817de8 (patch)
tree2ae2b0bfc165b6033b77e3b3afb180248b76536b /src
parent49645f8efc593a3872333c56fbe24ee348eab126 (diff)
parent6c4593b18a2945192004696a87a47c0ecc31765b (diff)
Merge remote-tracking branch 'eraserhd/script-docs'
Diffstat (limited to 'src')
-rw-r--r--src/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc
index 33544699..3526e4f9 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -908,7 +908,7 @@ int main(int argc, char* argv[])
{ "s", { true, "set session name" } },
{ "d", { false, "run as a headless session (requires -s)" } },
{ "p", { true, "just send stdin as commands to the given session" } },
- { "f", { true, "act as a filter, executing given keys on given files" } },
+ { "f", { true, "filter: for each file, select the entire buffer and execute the given keys" } },
{ "i", { true, "backup the files on which a filter is applied using the given suffix" } },
{ "q", { false, "in filter mode, be quiet about errors applying keys" } },
{ "ui", { true, "set the type of user interface to use (ncurses, dummy, or json)" } },