From fe367272bd18b65f5ca334bd158bbc58f0bf894f Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 15 Dec 2013 22:41:51 +0100 Subject: 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. --- DOCS/man/en/input.rst | 2 -- 1 file changed, 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" -- cgit v1.2.3