diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-01-19 10:58:57 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-01-19 13:55:35 +0900 |
| commit | b028cbd8bd267b817679c06330795c9edea91d54 (patch) | |
| tree | 34be1993d642816513d44fc5c0407790b93b4cd5 /man | |
| parent | a1a5418318d61ad2a93982fc19d49e04609bee69 (diff) | |
| download | fzf-b028cbd8bd267b817679c06330795c9edea91d54.tar.gz | |
Clarify print(...) action
Diffstat (limited to 'man')
| -rw-r--r-- | man/man1/fzf.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index 25fbcc18..16efa85b 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -1584,7 +1584,7 @@ A key or an event can be bound to one or more of the following actions. \fBpreview\-half\-page\-up\fR \fBpreview\-bottom\fR \fBpreview\-top\fR - \fBprint(...)\fR (add string to the output queue and print on exit) + \fBprint(...)\fR (add string to the output queue and print on normal exit) \fBput\fR (put the character to the prompt) \fBput(...)\fR (put the given string to the prompt) \fBrefresh\-preview\fR |
