diff options
| author | Peter Sideris <petersid2022@gmail.com> | 2025-08-19 17:25:57 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-19 23:25:57 +0900 |
| commit | 9fe99765919db8ce4fa65508d4acce3b6227f23c (patch) | |
| tree | 8b4e3f553b53ec6bccc9b3067d7db2f6bbac6c24 | |
| parent | de1824f71d82896331a12cea4fe5781de5f8a315 (diff) | |
| download | fzf-9fe99765919db8ce4fa65508d4acce3b6227f23c.tar.gz | |
Fix a typo in man page (#4495)
| -rw-r--r-- | man/man1/fzf.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index 8c7ef052..dda03c4a 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -1046,7 +1046,7 @@ are not affected by \fB\-\-with\-nth\fR. ANSI color codes are processed even whe .TP .BI "\-\-footer\-border" [=STYLE] -Draw border around the header section. \fBline\fR style draws a single +Draw border around the footer section. \fBline\fR style draws a single separator line between the footer and the list section. .TP |
