From eae53576bd31b6583bb13efc80418d4129e1b813 Mon Sep 17 00:00:00 2001 From: Junegunn Choi <junegunn.c@gmail.com> Date: Sun, 22 Mar 2015 21:25:46 +0900 Subject: [PATCH] Update --help message --- src/options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options.go b/src/options.go index 573ce3d7..73c9e188 100644 --- a/src/options.go +++ b/src/options.go @@ -29,7 +29,7 @@ const usage = `usage: fzf [options] Interface -m, --multi Enable multi-select with tab/shift-tab - --ansi Interpret ANSI color codes and remove from output + --ansi Enable processing of ANSI color codes --no-mouse Disable mouse +c, --no-color Disable colors +2, --no-256 Disable 256-color -- GitLab