summaryrefslogtreecommitdiff
path: root/test/acceptance/acceptance_test.rb
diff options
context:
space:
mode:
authorJohn Hawthorn <john@hawthorn.email>2019-08-16 01:17:40 -0700
committerGitHub <noreply@github.com>2019-08-16 01:17:40 -0700
commitb7ff1a61a845253fb090126c6cd9f29f028b66e6 (patch)
tree5a3662fb7b40386a686e5cdd0d5a0f8adef7f549 /test/acceptance/acceptance_test.rb
parenta318e00e30df4056c78ff4edf38376feb4d57dab (diff)
parent79e48082f579f6c02a55b7cff81ecee1c4127b29 (diff)
Merge pull request #121 from jhawthorn/read-null
Add -0/--read-null
Diffstat (limited to 'test/acceptance/acceptance_test.rb')
-rw-r--r--test/acceptance/acceptance_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/acceptance/acceptance_test.rb b/test/acceptance/acceptance_test.rb
index 52c6af0..ba3ec01 100644
--- a/test/acceptance/acceptance_test.rb
+++ b/test/acceptance/acceptance_test.rb
@@ -456,6 +456,7 @@ Usage: fzy [OPTION]...
-e, --show-matches=QUERY Output the sorted matches of QUERY
-t, --tty=TTY Specify file to use as TTY device (default /dev/tty)
-s, --show-scores Show the scores of each match
+ -0, --read-null Read input delimited by ASCII NUL characters
-j, --workers NUM Use NUM workers for searching. (default is # of CPUs)
-h, --help Display this help and exit
-v, --version Output version information and exit