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.