Issue #8890: Stop advertising an insecure use of /tmp in docs

This commit is contained in:
Petri Lehtinen 2013-02-23 19:26:56 +01:00
parent 8b945148e3
commit 9f74c6cf7d
14 changed files with 31 additions and 26 deletions

View file

@ -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.