summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJason Felice <jason.m.felice@gmail.com>2018-09-20 09:08:55 -0400
committerJason Felice <jason.m.felice@gmail.com>2018-09-21 10:01:20 -0400
commit6c4593b18a2945192004696a87a47c0ecc31765b (patch)
treee333bbd2cf14504969c5fde88ffe36a1b843c86c /src
parent7956e893be014aaa3ebe54f6531ceb61fc202b07 (diff)
Document that `-f` starts with whole file selected
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)" } },