summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DOCS/man/input.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index a13a8e359a..32d82d9dba 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -3057,13 +3057,14 @@ Property list
.. admonition:: Example
- - ``--osd-status-msg='This is ${osd-ass-cc/0}{\\b1}bold text'``
- - ``show-text "This is ${osd-ass-cc/0}{\b1}bold text"``
+ - ``--osd-msg3='This is ${osd-ass-cc/0}{\\b1}bold text'``
+ - ``show-text "This is ${osd-ass-cc/0}{\\b1}bold text"``
Any ASS override tags as understood by libass can be used.
Note that you need to escape the ``\`` character, because the string is
- processed for C escape sequences before passing it to the OSD code.
+ processed for C escape sequences before passing it to the OSD code. See
+ `Flat command syntax`_ for details.
A list of tags can be found here: http://docs.aegisub.org/latest/ASS_Tags/