summaryrefslogtreecommitdiffstats
path: root/doc/rofi-script.5.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'doc/rofi-script.5.markdown')
-rw-r--r--doc/rofi-script.5.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rofi-script.5.markdown b/doc/rofi-script.5.markdown
index c0e9570d..7a97b127 100644
--- a/doc/rofi-script.5.markdown
+++ b/doc/rofi-script.5.markdown
@@ -26,7 +26,7 @@ The name should be unique.
## API
Rofi calls the executable without arguments on startup. This should generate a list of options, separated by a newline
-(`\n`).
+(`\n`) (This can be changed by the script).
If the user selects an option, rofi calls the executable with the text of that option as the first argument.
If the script returns no entries, rofi quits.