summaryrefslogtreecommitdiffstats
path: root/man/man1/fzf.1
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-07-22 21:24:02 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-07-22 21:24:02 +0900
commit4e0e03403e3ce1d6c0d58c02944e167a8448c792 (patch)
tree4c6501065abac191c3e446ca2e4a168298ba7109 /man/man1/fzf.1
parent928fccc15baf50aafe9ecb50303089361375fb89 (diff)
Fix --header-lines unaffected by --with-nth
Diffstat (limited to 'man/man1/fzf.1')
-rw-r--r--man/man1/fzf.18
1 files changed, 6 insertions, 2 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index c42fe668..3dc7177b 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -260,10 +260,14 @@ 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.
+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.
.TP
.BI "--header-lines=" "N"
-The first N lines of the input are treated as the sticky header.
+The first N lines of the input are treated as the sticky header. When
+\fB--with-nth\fR is set, the lines are transformed just like the other
+lines that follow.
.SS Scripting
.TP
.BI "-q, --query=" "STR"