Skip to content

Commit

Permalink
pythongh-130160: use option instead of cmdoption in dis.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Feb 18, 2025
1 parent b93b7e5 commit eb4c677
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Doc/library/dis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit eb4c677

Please sign in to comment.