summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-01-26 11:41:20 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-01-26 11:41:20 +0900
commitda2c28d5c225d7ba8647dbf50825a83d475ed83c (patch)
tree18e3a147f90afe73f9a83b882d2780730621c8cc /src
parent8731d756072a1180feb0b88a4c1ef0637536c27d (diff)
Add --read0 and --print0 to --help output
Close #822
Diffstat (limited to 'src')
-rw-r--r--src/options.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/options.go b/src/options.go
index 2e96c2c5..9d8bb898 100644
--- a/src/options.go
+++ b/src/options.go
@@ -82,6 +82,8 @@ const usage = `usage: fzf [options]
-f, --filter=STR Filter mode. Do not start interactive finder.
--print-query Print query as the first line
--expect=KEYS Comma-separated list of keys to complete fzf
+ --read0 Read input delimited by ASCII NUL characters
+ --print0 Print output delimited by ASCII NUL characters
--sync Synchronous search for multi-staged filtering
Environment variables