summaryrefslogtreecommitdiff
path: root/Doc/lib/libgetopt.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-10-10 17:03:45 +0000
committerFred Drake <fdrake@acm.org>2000-10-10 17:03:45 +0000
commitf8ca7d88c6c6ab1497cb7a6d383b16085a836670 (patch)
treef777220d74fedf57da54df60e8f1b2c90f214938 /Doc/lib/libgetopt.tex
parent2d34cd3ecfd3699d98086518bf4b47f851aa9363 (diff)
downloadcpython-git-f8ca7d88c6c6ab1497cb7a6d383b16085a836670.tar.gz
Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>.
Diffstat (limited to 'Doc/lib/libgetopt.tex')
-rw-r--r--Doc/lib/libgetopt.tex7
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/lib/libgetopt.tex b/Doc/lib/libgetopt.tex
index 4f32225f3f..6731c3220a 100644
--- a/Doc/lib/libgetopt.tex
+++ b/Doc/lib/libgetopt.tex
@@ -1,8 +1,9 @@
\section{\module{getopt} ---
- Parser for command line options.}
-\declaremodule{standard}{getopt}
+ Parser for command line options}
-\modulesynopsis{Parser for command line options.}
+\declaremodule{standard}{getopt}
+\modulesynopsis{Portable parser for command line options; support both
+ short and long option names.}
This module helps scripts to parse the command line arguments in