From 9f39671e65b0b48752484696e41f3a7296fa5906 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Wed, 28 Jan 2015 01:45:34 +0900 Subject: [PATCH] Update README.md Update outdated --help output --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f863c63e..8157bf05 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ usage: fzf [options] -d, --delimiter=STR Field delimiter regex for --nth (default: AWK-style) Search result - -s, --sort=MAX Maximum number of matched items to sort (default: 1000) + -s, --sort Sort the result +s, --no-sort Do not sort the result. Keep the sequence unchanged. Interface @@ -92,7 +92,7 @@ usage: fzf [options] Environment variables FZF_DEFAULT_COMMAND Default command to use when input is tty - FZF_DEFAULT_OPTS Defaults options. (e.g. "-x -m --sort 10000") + FZF_DEFAULT_OPTS Defaults options. (e.g. "-x -m") ``` fzf will launch curses-based finder, read the list from STDIN, and write the