summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2020-04-01 14:14:13 +0200
committerDave Davenport <qball@gmpclient.org>2020-04-01 14:14:13 +0200
commitc1ac4804c2dccb6a6b96fff5ca2c78448e9e5518 (patch)
tree8d324b2121d08ff98b7f1bf717461e89dd9ccdd4
parentfb290f9cde1e838a4d65b25c0174cde19250335d (diff)
[Script] Small update manpage rofi-script.
-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.