document -max-history-size in the manpage (#1268)

This commit is contained in:
Awal Garg 2021-02-02 02:04:49 +05:30 committed by GitHub
parent 01935064d8
commit 50c50d6d76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View File

@ -1045,6 +1045,12 @@ fzf sorting.
.RE
.PP
\fB\fC\-max\-history\-size\fR \fInumber\fP
.PP
Maximum number of entries to store in history. Defaults to 25. (WARNING: can cause slowdowns when set to high)
.SS Dmenu specific
.PP
\fB\fC\-sep\fR \fIseparator\fP

View File

@ -601,6 +601,9 @@ There are 2 sorting method:
* levenshtein (Default)
* fzf sorting.
`-max-history-size` *number*
Maximum number of entries to store in history. Defaults to 25. (WARNING: can cause slowdowns when set to high)
### Dmenu specific