mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Docs: Avoid the deprecated `.. cmdoption::
` directive (#110292)
This commit is contained in:
parent
d67edcf0b3
commit
77e9aae383
18 changed files with 243 additions and 243 deletions
|
@ -139,13 +139,13 @@ not be compiled.
|
|||
|
||||
.. program:: python -m py_compile
|
||||
|
||||
.. cmdoption:: <file> ... <fileN>
|
||||
-
|
||||
.. option:: <file> ... <fileN>
|
||||
-
|
||||
|
||||
Positional arguments are files to compile. If ``-`` is the only
|
||||
parameter, the list of files is taken from standard input.
|
||||
|
||||
.. cmdoption:: -q, --quiet
|
||||
.. option:: -q, --quiet
|
||||
|
||||
Suppress errors output.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue