From f9136cffe6d9a57003f3db39a07546b43df134cb Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Thu, 23 Jul 2015 10:45:01 +0900 Subject: [PATCH] Update man page --- man/man1/fzf.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index 399bfd4..17aac59 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -261,10 +261,10 @@ Maximum number of entries in the history file (default: 1000). The file is automatically truncated when the number of the lines exceeds the value. .TP .BI "--header-file=" "FILE" -The content of the file will be printed as the sticky header. The file can -span multiple lines and can contain ANSI color codes. The lines in the file are -displayed from top to bottom regardless of \fB--reverse\fR, and are -not affected by \fB--with-nth\fR. +The content of the file will be printed as the sticky header. The lines in the +file are displayed in order from top to bottom regardless of \fB--reverse\fR, +and are not affected by \fB--with-nth\fR. ANSI color codes are processed even +when \fB--ansi\fR is not set. .TP .BI "--header-lines=" "N" The first N lines of the input are treated as the sticky header. When