Skip to content

Commit 97d0011

Browse files
authored
gh-130160: use option instead of cmdoption in dis.rst (#130255)
1 parent 8cd7f8b commit 97d0011

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Doc/library/dis.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -97,23 +97,23 @@ The following options are accepted:
9797

9898
.. program:: dis
9999

100-
.. cmdoption:: -h, --help
100+
.. option:: -h, --help
101101

102102
Display usage and exit.
103103

104-
.. cmdoption:: -C, --show-caches
104+
.. option:: -C, --show-caches
105105

106106
Show inline caches.
107107

108-
.. cmdoption:: -O, --show-offsets
108+
.. option:: -O, --show-offsets
109109

110110
Show offsets of instructions.
111111

112-
.. cmdoption:: -P, --show-positions
112+
.. option:: -P, --show-positions
113113

114114
Show positions of instructions in the source code.
115115

116-
.. cmdoption:: -S, --specialized
116+
.. option:: -S, --specialized
117117

118118
Show specialized bytecode.
119119

0 commit comments

Comments
 (0)