mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Issue #8890: Stop advertising an insecure use of /tmp in docs
This commit is contained in:
parent
8b945148e3
commit
9f74c6cf7d
14 changed files with 31 additions and 26 deletions
|
@ -171,10 +171,10 @@ required option
|
|||
|
||||
For example, consider this hypothetical command-line::
|
||||
|
||||
prog -v --report /tmp/report.txt foo bar
|
||||
prog -v --report report.txt foo bar
|
||||
|
||||
``-v`` and ``--report`` are both options. Assuming that ``--report``
|
||||
takes one argument, ``/tmp/report.txt`` is an option argument. ``foo`` and
|
||||
takes one argument, ``report.txt`` is an option argument. ``foo`` and
|
||||
``bar`` are positional arguments.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue