summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2021-02-21 18:21:47 +0100
committerDave Davenport <qball@gmpclient.org>2021-02-21 18:21:47 +0100
commit91a71fd016e5493db88e5ab2840c84119803d04a (patch)
tree338e5c15336d4f5791896acd8e60ac2bcf2241c8
parentf04c5361a5f71cb23cc6afcd68d0a4a1df8ffdb7 (diff)
[Doc] Tweak rofi-script no-custom description.
-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 57ec3e51..5c83915d 100644
--- a/doc/rofi-script.5
+++ b/doc/rofi-script.5
@@ -115,7 +115,7 @@ The following extra options exists:
.IP \(bu 2
\fBdelim\fP: Set the delimiter for for next rows. Default is '\\n' and this option should finish with this. Only call this on first call of script, it is remembered for consecutive calls.
.IP \(bu 2
-\fBno\-custom\fP: Only accept listed entries, ignore custom input.
+\fBno\-custom\fP: If set to 'true'; only accept listed entries, ignore custom input.
.RE
diff --git a/doc/rofi-script.5.markdown b/doc/rofi-script.5.markdown
index 448fbcc7..3c6eeae6 100644
--- a/doc/rofi-script.5.markdown
+++ b/doc/rofi-script.5.markdown
@@ -82,7 +82,7 @@ The following extra options exists:
* **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. Only call this on first call of script, it is remembered for consecutive calls.
- * **no-custom**: Only accept listed entries, ignore custom input.
+ * **no-custom**: If set to 'true'; only accept listed entries, ignore custom input.
## Parsing row options