Skip to content
Snippets Groups Projects
Unverified Commit 90781974 authored by Junegunn Choi's avatar Junegunn Choi
Browse files

Add --version to --help output and man page

Close #888
Close #894
parent 0fe07cf9
No related branches found
No related tags found
No related merge requests found
......@@ -352,6 +352,9 @@ ncurses finder only after the input stream is complete.
.RS
e.g. \fBfzf --multi | fzf --sync\fR
.RE
.TP
.B "--version"
Display version information and exit
.SH ENVIRONMENT VARIABLES
.TP
......
......@@ -86,6 +86,7 @@ const usage = `usage: fzf [options]
--read0 Read input delimited by ASCII NUL characters
--print0 Print output delimited by ASCII NUL characters
--sync Synchronous search for multi-staged filtering
--version Display version information and exit
Environment variables
FZF_DEFAULT_COMMAND Default command to use when input is tty
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment