From: sobolevn Date: Tue, 18 Feb 2025 12:54:14 +0000 (+0300) Subject: gh-130160: use `option` instead of `cmdoption` in `dis.rst` (#130255) X-Git-Tag: v3.14.0a6~374 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=97d0011e7ec0c8222de46ce581b8bac3cc7dddda;p=thirdparty%2FPython%2Fcpython.git gh-130160: use `option` instead of `cmdoption` in `dis.rst` (#130255) --- diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index d914acbbc670..e0e7286214ac 100644 --- a/Doc/library/dis.rst +++ b/Doc/library/dis.rst @@ -97,23 +97,23 @@ The following options are accepted: .. program:: dis -.. cmdoption:: -h, --help +.. option:: -h, --help Display usage and exit. -.. cmdoption:: -C, --show-caches +.. option:: -C, --show-caches Show inline caches. -.. cmdoption:: -O, --show-offsets +.. option:: -O, --show-offsets Show offsets of instructions. -.. cmdoption:: -P, --show-positions +.. option:: -P, --show-positions Show positions of instructions in the source code. -.. cmdoption:: -S, --specialized +.. option:: -S, --specialized Show specialized bytecode.