Merge remote-tracking branch 'eraserhd/script-docs'

This commit is contained in:
Maxime Coste 2018-09-23 17:06:25 +10:00
commit fa993768da
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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)" } },