summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-07-23 10:45:01 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-07-23 10:45:01 +0900
commitf9136cffe6d9a57003f3db39a07546b43df134cb (patch)
tree708c35e346ee7ef4460e0de18472db1ebb1a3507
parent51d84b18695a72cd340ea7c0dee1efb84f5db233 (diff)
Update man page
-rw-r--r--man/man1/fzf.18
1 files changed, 4 insertions, 4 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index 399bfd47..17aac59f 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