summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-05-17 20:34:31 +0200
committerwm4 <wm4@nowhere>2018-05-24 19:56:34 +0200
commit0a7a4779a3772b26c6675910146b0d5a825d8b08 (patch)
tree7a1f2bc8b9b78ff6b1691286a23a2a7c0ff7ef21 /DOCS/man
parent332907e1d7225ae39565d462aac5c45c3a5cad97 (diff)
downloadmpv-0a7a4779a3772b26c6675910146b0d5a825d8b08.tar.bz2
mpv-0a7a4779a3772b26c6675910146b0d5a825d8b08.tar.xz
input: slightly improve --input-cmdlist output
Output argument names, whether varargs are used, and indicate optional arguments correctly (instead of only half of them).
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/input.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index d2c92d7476..b577b688d0 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -138,7 +138,7 @@ Like with array commands, quoting and escaping is inherently not needed in the
normal case.
The name of each command is defined in each command description in the
-`List of Input Commands`_.
+`List of Input Commands`_. ``--input-cmdlist`` also lists them.
Some commands do not support named arguments (e.g. ``run`` command). You need
to use APIs that pass arguments as arrays.