>>>>> "Tom" == Thomas Fitzsimmons <[EMAIL PROTECTED]> writes:
Tom> I committed the attached patch to add an appletviewer to GNU Classpath.
One more super-nit-picky thing...
Tom> * tools/gnu/classpath/tools/appletviewer/Main.java: New file.
In --help output for GNU programs the standard style is to use all
uppercase for "metasyntactic variables". E.g., from GNU tar:
--group=NAME force NAME as group for added files
The appletviewer is using <...> instead:
--code=<code attribute> Code attribute
Tom
