diff options
author | Georg Brandl <georg@python.org> | 2008-11-07 09:39:56 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-11-07 09:39:56 (GMT) |
commit | a971c65f1dfc5eb02749456dac917686b3cb09c4 (patch) | |
tree | 44b1616530ac69a8329b0cd5306faa7699aaf5b6 /Doc/using | |
parent | 6570d071faca9cc5f8abbe3163969b8c0b0d76b4 (diff) | |
download | cpython-a971c65f1dfc5eb02749456dac917686b3cb09c4.zip cpython-a971c65f1dfc5eb02749456dac917686b3cb09c4.tar.gz cpython-a971c65f1dfc5eb02749456dac917686b3cb09c4.tar.bz2 |
Merged revisions 67117-67119,67123-67124,67143 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r67117 | georg.brandl | 2008-11-06 11:17:58 +0100 (Thu, 06 Nov 2008) | 2 lines
#4268: Use correct module for two toplevel functions.
........
r67118 | georg.brandl | 2008-11-06 11:19:11 +0100 (Thu, 06 Nov 2008) | 2 lines
#4267: small fixes in sqlite3 docs.
........
r67119 | georg.brandl | 2008-11-06 11:20:49 +0100 (Thu, 06 Nov 2008) | 2 lines
#4245: move Thread section to the top.
........
r67123 | georg.brandl | 2008-11-06 19:49:15 +0100 (Thu, 06 Nov 2008) | 2 lines
#4247: add "pass" examples to tutorial.
........
r67124 | andrew.kuchling | 2008-11-06 20:23:02 +0100 (Thu, 06 Nov 2008) | 1 line
Fix grammar error; reword two paragraphs
........
r67143 | georg.brandl | 2008-11-07 09:27:39 +0100 (Fri, 07 Nov 2008) | 2 lines
Fix syntax.
........
Diffstat (limited to 'Doc/using')
-rw-r--r-- | Doc/using/cmdline.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index 167dc10..f0e533c 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -135,6 +135,8 @@ If no interface option is given, :option:`-i` is implied, ``sys.argv[0]`` is an empty string (``""``) and the current directory will be added to the start of :data:`sys.path`. +.. seealso:: :ref:`tut-invoking` + Generic options ~~~~~~~~~~~~~~~ |