From 4b64814f8f2d776839c236491be851f1bdfc066f Mon Sep 17 00:00:00 2001 From: Edoardo Batini Date: Sat, 25 Jul 2015 12:45:18 +0200 Subject: [PATCH] Document ``cmdoption`` directive deprecation --- doc/domains.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/domains.rst b/doc/domains.rst index 50ce77896..8705ae06a 100644 --- a/doc/domains.rst +++ b/doc/domains.rst @@ -696,6 +696,8 @@ There is a set of directives allowing documenting command-line programs: referencable by :rst:role:`option` (in the example case, you'd use something like ``:option:`dest_dir```, ``:option:`-m```, or ``:option:`--module```). + ``cmdoption`` directive is a deprecated alias for the ``option`` directive. + .. rst:directive:: .. envvar:: name Describes an environment variable that the documented code or program uses or