[3.13] gh-130160: use option instead of cmdoption in dis.rst (GH-130255) (#130264)

(cherry picked from commit 97d0011e7e)
This commit is contained in:
sobolevn 2025-02-18 16:55:30 +03:00 committed by GitHub
parent a273543444
commit 57e8b0cbee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -91,15 +91,15 @@ 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.