mirror of
https://github.com/python/cpython.git
synced 2025-12-09 10:37:17 +00:00
gh-130160: use option instead of cmdoption in dis.rst (#130255)
This commit is contained in:
parent
8cd7f8bf8d
commit
97d0011e7e
1 changed files with 5 additions and 5 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue