summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-09-15 19:04:53 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-09-15 19:04:53 +0900
commit2022a3ad96f027e056e4fcce11fee0976db657d1 (patch)
treeea0d8c2f34c38577b994971c7a186760223210c9 /man
parent65d9d416b4300e85304fd158d9df2f6272590849 (diff)
Replace --header-file with --header (#346)
and allow using --header and --header-lines at the same time. Close #346.
Diffstat (limited to 'man')
-rw-r--r--man/man1/fzf.110
1 files changed, 5 insertions, 5 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index 79df4362..41473715 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -285,11 +285,11 @@ When enabled, \fBCTRL-N\fR and \fBCTRL-P\fR are automatically remapped to
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 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.
+.BI "--header=" "STR"
+The given string will be printed as the sticky header. The lines are displayed
+in the given order from top to bottom regardless of \fB--reverse\fR option, 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