We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
option
cmdoption
dis.rst
1 parent 8cd7f8b commit 97d0011Copy full SHA for 97d0011
Doc/library/dis.rst
@@ -97,23 +97,23 @@ The following options are accepted:
97
98
.. program:: dis
99
100
-.. cmdoption:: -h, --help
+.. option:: -h, --help
101
102
Display usage and exit.
103
104
-.. cmdoption:: -C, --show-caches
+.. option:: -C, --show-caches
105
106
Show inline caches.
107
108
-.. cmdoption:: -O, --show-offsets
+.. option:: -O, --show-offsets
109
110
Show offsets of instructions.
111
112
-.. cmdoption:: -P, --show-positions
+.. option:: -P, --show-positions
113
114
Show positions of instructions in the source code.
115
116
-.. cmdoption:: -S, --specialized
+.. option:: -S, --specialized
117
118
Show specialized bytecode.
119
0 commit comments