Issue #12602: Add missing cross-references to runpy and using/cmdline docs.

Patch by Éric Araujo.
This commit is contained in:
Berker Peksag 2014-12-10 01:47:02 +02:00
parent 7de29687f2
commit 8b1cbd2b7c
3 changed files with 20 additions and 7 deletions

View file

@ -63,6 +63,8 @@ When a script file is used, it is sometimes useful to be able to run the script
and enter interactive mode afterwards. This can be done by passing :option:`-i`
before the script.
All command line options are described in :ref:`using-on-general`.
.. _tut-argpassing: