summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/rofi-script.52
-rw-r--r--doc/rofi-script.5.markdown2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/rofi-script.5 b/doc/rofi-script.5
index 3c60b580..55abbfed 100644
--- a/doc/rofi-script.5
+++ b/doc/rofi-script.5
@@ -30,7 +30,7 @@ The name should be unique.
.SH API
.PP
Rofi calls the executable without arguments on startup. This should generate a list of options, separated by a newline
-(\fB\fC\\n\fR).
+(\fB\fC\\n\fR) (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.
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.