diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2024-05-20 19:33:46 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2024-05-21 01:06:10 +0900 |
| commit | 076b3d0a9af7e69c8e5232d49cfeeadcfd45e9ef (patch) | |
| tree | af30be146de4df1b513b4145fa34ee3be5e6bbdf /man | |
| parent | 7b0c9e04d381090ba2004f52fa7127cf2f4e3df4 (diff) | |
| download | fzf-076b3d0a9af7e69c8e5232d49cfeeadcfd45e9ef.tar.gz | |
Embed man page in the binary and show it on 'fzf --man'
Diffstat (limited to 'man')
| -rw-r--r-- | man/man1/fzf.1 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index ea66597d..4c7578ae 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -898,9 +898,16 @@ e.g. # Choose port automatically and export it as $FZF_PORT to the child process fzf --listen --bind 'start:execute-silent:echo $FZF_PORT > /tmp/fzf-port' \fR +.SS Help .TP .B "--version" Display version information and exit +.TP +.B "--help" +Show help message +.TP +.B "--man" +Show man page .SS Directory traversal .TP |
