diff options
author | wm4 <wm4@nowhere> | 2013-12-15 22:41:51 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2013-12-16 20:03:00 +0100 |
commit | fe367272bd18b65f5ca334bd158bbc58f0bf894f (patch) | |
tree | 0990d8c40fe1818d04239311d2a17b58e51b59d9 /DOCS/man/en/input.rst | |
parent | e8f21b1f0ac499f672703bb7d382e19f9111b3e3 (diff) | |
download | mpv-fe367272bd18b65f5ca334bd158bbc58f0bf894f.tar.bz2 mpv-fe367272bd18b65f5ca334bd158bbc58f0bf894f.tar.xz |
manpage: undocument syntax for skipping optional arguments in input commands
"-" could skip optional arguments. I think this was a pretty bad idea,
because it introduced a weird special case.
I'll remove the special syntax, but keep compatibility for the "seek"
and "screenshot" commands.
Diffstat (limited to 'DOCS/man/en/input.rst')
-rw-r--r-- | DOCS/man/en/input.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/DOCS/man/en/input.rst b/DOCS/man/en/input.rst index 9e74bddb30..273a0dae7c 100644 --- a/DOCS/man/en/input.rst +++ b/DOCS/man/en/input.rst @@ -48,8 +48,6 @@ Arguments are separated by whitespace. This applies even to string arguments. For this reason, string arguments should be quoted with ``"``. Inside quotes, C-style escaping can be used. -Optional arguments can be skipped with ``-``. - You can bind multiple commands to one key. For example: | a show_text "command 1" ; show_text "command 2" |