summaryrefslogtreecommitdiffstats
path: root/man/man1/fzf.1
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-07-22 03:21:20 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-07-22 03:21:20 +0900
commitf469c25730aaa711b8327be068514c944074cce4 (patch)
tree3c386987c2bb227188b86f3e4438430262a7c6ca /man/man1/fzf.1
parent18469b69549f1efd5294ebeb357d1773fc3a241e (diff)
Add --header-lines option
Diffstat (limited to 'man/man1/fzf.1')
-rw-r--r--man/man1/fzf.15
1 files changed, 4 insertions, 1 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index 8d10d389..c42fe668 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -259,8 +259,11 @@ 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
+The content of the file will be printed as the sticky header. The file can
span multiple lines and can contain ANSI color codes.
+.TP
+.BI "--header-lines=" "N"
+The first N lines of the input are treated as the sticky header.
.SS Scripting
.TP
.BI "-q, --query=" "STR"