mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Clarify :option: description.
This commit is contained in:
parent
70f355d13e
commit
a5ed401688
1 changed files with 3 additions and 2 deletions
|
@ -502,8 +502,9 @@ in a different style:
|
|||
|
||||
.. describe:: option
|
||||
|
||||
A command-line option to an executable program. The leading hyphen(s) must
|
||||
be included. If a matching ``cmdoption`` directive exists, it is linked to.
|
||||
A command-line option of Python. The leading hyphen(s) must be included.
|
||||
If a matching ``cmdoption`` directive exists, it is linked to. For options
|
||||
of other programs or scripts, use simple ````code```` markup.
|
||||
|
||||
.. describe:: program
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue