bpo-41858: Clarify line in optparse doc (GH-22407)
The existing line is easily read as being incomplete.
This commit is contained in:
parent
e8a2076e14
commit
00eb063b66
|
@ -55,7 +55,7 @@ equivalent to the above example::
|
||||||
<yourscript> -q -foutfile
|
<yourscript> -q -foutfile
|
||||||
<yourscript> -qfoutfile
|
<yourscript> -qfoutfile
|
||||||
|
|
||||||
Additionally, users can run one of ::
|
Additionally, users can run one of the following ::
|
||||||
|
|
||||||
<yourscript> -h
|
<yourscript> -h
|
||||||
<yourscript> --help
|
<yourscript> --help
|
||||||
|
|
Loading…
Reference in New Issue