From 2a0a2d926e4fa0d2d085fe4a1bd814450c4e99a2 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 20 Apr 2015 20:09:25 +0200 Subject: [PATCH] Adjust CONTRIBUTING. --- CONTRIBUTING.asciidoc | 3 --- 1 file changed, 3 deletions(-) diff --git a/CONTRIBUTING.asciidoc b/CONTRIBUTING.asciidoc index e8d81e911..05a77cf50 100644 --- a/CONTRIBUTING.asciidoc +++ b/CONTRIBUTING.asciidoc @@ -398,9 +398,6 @@ then automatically checked. Possible values: * `flag`: The flag to be used, as 1-char string (default: First char of the long name). * `name`: The long name to be used, as string (default: Name of the parameter). -* `special`: The string `count` or `win_id` if the parameter should be -auto-filled (with the count given by the user and the window ID the command was -executed in, respectively). * `nargs`: Gets passed to argparse, see https://docs.python.org/dev/library/argparse.html#nargs[its documentation].