diff options
Diffstat (limited to 'Doc/lib/libgetopt.tex')
-rw-r--r-- | Doc/lib/libgetopt.tex | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/lib/libgetopt.tex b/Doc/lib/libgetopt.tex index 4f32225..6731c32 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 |