[Script] Update manpage with delim option.

This commit is contained in:
Dave Davenport 2020-04-01 14:00:48 +02:00
parent aa07b8ef94
commit fb290f9cde
2 changed files with 3 additions and 0 deletions

View File

@ -86,6 +86,8 @@ The following extra options exists:
\fBurgent\fP: Mark rows as urgent. (for syntax see the urgent option in dmenu mode)
.IP \(bu 2
\fBactive\fP: Mark rows as active. (for syntax see the active option in dmenu mode)
.IP \(bu 2
\fBdelim\fP: Set the delimiter for for next rows. Default is '\\n' and this option should finish with this.
.SH Parsing row options
.PP

View File

@ -64,6 +64,7 @@ The following extra options exists:
* **markup-rows**: If 'true' renders markup in the row.
* **urgent**: Mark rows as urgent. (for syntax see the urgent option in dmenu mode)
* **active**: Mark rows as active. (for syntax see the active option in dmenu mode)
* **delim**: Set the delimiter for for next rows. Default is '\n' and this option should finish with this.
## Parsing row options