Document that -f
starts with whole file selected
This commit is contained in:
parent
7956e893be
commit
6c4593b18a
|
@ -48,7 +48,7 @@ OPTIONS
|
||||||
execute *command* after the server initialization phase
|
execute *command* after the server initialization phase
|
||||||
|
|
||||||
-f <keys>::
|
-f <keys>::
|
||||||
enter in 'filter mode' and execute *keys* on the files passed as arguments
|
enter in 'filter mode': select the whole file, then execute *keys*
|
||||||
|
|
||||||
-i <suffix>::
|
-i <suffix>::
|
||||||
backup the files on which a filter is applied using the given suffix
|
backup the files on which a filter is applied using the given suffix
|
||||||
|
|
|
@ -908,7 +908,7 @@ int main(int argc, char* argv[])
|
||||||
{ "s", { true, "set session name" } },
|
{ "s", { true, "set session name" } },
|
||||||
{ "d", { false, "run as a headless session (requires -s)" } },
|
{ "d", { false, "run as a headless session (requires -s)" } },
|
||||||
{ "p", { true, "just send stdin as commands to the given session" } },
|
{ "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" } },
|
{ "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" } },
|
{ "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)" } },
|
{ "ui", { true, "set the type of user interface to use (ncurses, dummy, or json)" } },
|
||||||
|
|
Loading…
Reference in New Issue
Block a user