diff --git a/doc/rofi-script.5 b/doc/rofi-script.5 index 43acc8fd..3c60b580 100644 --- a/doc/rofi-script.5 +++ b/doc/rofi-script.5 @@ -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 diff --git a/doc/rofi-script.5.markdown b/doc/rofi-script.5.markdown index dae1dc33..c0e9570d 100644 --- a/doc/rofi-script.5.markdown +++ b/doc/rofi-script.5.markdown @@ -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