diff options
| author | xalexalex <nonedisponibile@gmail.com> | 2018-03-27 10:53:20 +0200 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2018-03-27 17:53:20 +0900 |
| commit | 9ff33814eadcf2be766d0bfe7f3f87f8645b6b5e (patch) | |
| tree | be2d1c31a15d49592d56bcf26345aa46ed7bfcc2 | |
| parent | 21b94d2de5bdf2d8c4e8107e4c197a2abc1e7275 (diff) | |
| download | fzf-9ff33814eadcf2be766d0bfe7f3f87f8645b6b5e.tar.gz | |
Fix typo in README (#1243)
| -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 32b1f400..a0a990d4 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -585,7 +585,7 @@ fzf switches to the alternate screen when executing a command. However, if the command is expected to complete quickly, and you are not interested in its output, you might want to use \fBexecute-silent\fR instead, which silently executes the command without the switching. Note that fzf will not be -responsible until the command is complete. For asynchronous execution, start +responsive until the command is complete. For asynchronous execution, start your command as a background process (i.e. appending \fB&\fR). .SH AUTHOR |
