diff options
author | Guido van Rossum <guido@python.org> | 1995-03-17 16:07:09 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-03-17 16:07:09 (GMT) |
commit | 470be14c8aa23a35a1f4d1f1260a66a85d3f3cd9 (patch) | |
tree | 4fd0b8eda81e63366598e55362ceac85adafccb4 /Doc/libgetopt.tex | |
parent | 7760cdea81166b7741561043c58dae171811fb2f (diff) | |
download | cpython-470be14c8aa23a35a1f4d1f1260a66a85d3f3cd9.zip cpython-470be14c8aa23a35a1f4d1f1260a66a85d3f3cd9.tar.gz cpython-470be14c8aa23a35a1f4d1f1260a66a85d3f3cd9.tar.bz2 |
mass changes; fix titles; add examples; correct typos; clarifications;
unified style; etc.
Diffstat (limited to 'Doc/libgetopt.tex')
-rw-r--r-- | Doc/libgetopt.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/libgetopt.tex b/Doc/libgetopt.tex index 250d31f..3f9592a 100644 --- a/Doc/libgetopt.tex +++ b/Doc/libgetopt.tex @@ -5,7 +5,8 @@ This module helps scripts to parse the command line arguments in \code{sys.argv}. It uses the same conventions as the \UNIX{} \code{getopt()} -function. +function (including the special meanings of arguments of the form +\samp{-} and \samp{--}). It defines the function \code{getopt.getopt(args, options)} and the exception |