From caa007d6e961a01d9d6e55e5d8a2e457feefc649 Mon Sep 17 00:00:00 2001 From: mes5k Date: Sat, 30 Oct 2004 22:47:44 +0000 Subject: [PATCH] minor tweaks --- docs/manual.html | 25 ++++++++++++++----------- docs/manual.xml | 26 +++++++++++++++----------- docs/style.css | 4 ---- 3 files changed, 29 insertions(+), 26 deletions(-) diff --git a/docs/manual.html b/docs/manual.html index bb18f61..4695f50 100644 --- a/docs/manual.html +++ b/docs/manual.html @@ -144,8 +144,8 @@ work.
  • If there is an error parsing the command line (e.g. a required argument isn't provided), the program exits and displays a brief USAGE and an error message.
  • The program name is assumed to always be argv[0], so it isn't specified directly.
  • A delimiter character can be specified. This means that if you -prefer arguments of the style "-s=asdf" instead of "-s asdf", you -can do so.
  • Always wrap everything in a try block that catches +prefer arguments of the style -s=asdf instead of +-s asdf, you can do so.
  • Always wrap everything in a try block that catches ArgExceptions! Any problems found in constructing the CmdLine or the Args will throw an ArgException.
  • @@ -155,7 +155,7 @@ These properties are set in the constructors of the arguments.