summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-04-02 11:30:22 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-04-02 11:30:22 +0900
commit90781974467048a133113af1dc03830ab093f573 (patch)
tree1209e4d41dcf67c56a5ec086c0379b3aee79d4c6 /src
parent0fe07cf9fe92c86580976b918062d7ed6f6d4dba (diff)
Add --version to --help output and man page
Close #888 Close #894
Diffstat (limited to 'src')
-rw-r--r--src/options.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/options.go b/src/options.go
index 7a3d60cb..0c84a3a9 100644
--- a/src/options.go
+++ b/src/options.go
@@ -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