From 1ac19a2097dbe70bb5d1900acad2fc2c9a08a565 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 10 Nov 2013 11:53:13 +0900 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e27ef19..89f38385 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ usage: fzf [options] -m, --multi Enable multi-select -s, --sort=MAX Maximum number of matched items to sort. Default: 500 - +s, --no-sort Keep the sequence unchanged. + +s, --no-sort Do not sort the result. Keep the sequence unchanged. +i Case-sensitive match +c, --no-color Disable colors ```