From 076b3d0a9af7e69c8e5232d49cfeeadcfd45e9ef Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 20 May 2024 19:33:46 +0900 Subject: Embed man page in the binary and show it on 'fzf --man' --- man/man1/fzf.1 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'man') 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 -- cgit v1.2.3