From 6c189d4de1468725eafb38b187bfd0aa3eeb8bc2 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 29 Nov 2006 20:02:24 +0000 Subject: * tools/gnu/classpath/tools/getopt/package.html: New file. --- ChangeLog | 4 +++ tools/gnu/classpath/tools/getopt/package.html | 49 +++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 tools/gnu/classpath/tools/getopt/package.html diff --git a/ChangeLog b/ChangeLog index a6713b0e8..3a44e898b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-11-29 Tom Tromey + + * tools/gnu/classpath/tools/getopt/package.html: New file. + 2006-11-29 David Gilbert * javax/swing/plaf/metal/MetalIconFactory.java diff --git a/tools/gnu/classpath/tools/getopt/package.html b/tools/gnu/classpath/tools/getopt/package.html new file mode 100644 index 000000000..ce6d34a43 --- /dev/null +++ b/tools/gnu/classpath/tools/getopt/package.html @@ -0,0 +1,49 @@ + + + + +GNU Classpath - gnu.classpath.tools.getopt + + +

This package contains a GNU-style command line option parser. It +handles short and long options, options with arguments (optionally +joined to the option text), and a "long option only" mode. It also +automatically handles --help output.

+ + + -- cgit v1.2.1