summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorViet T. Nguyen <vietjtnguyen@gmail.com>2017-03-07 01:33:25 -0800
committerViet T. Nguyen <vietjtnguyen@gmail.com>2017-03-07 01:33:25 -0800
commitffbbaec7339758bbd2e4a37c9b324b1c4fa9a7ce (patch)
tree90cd7ff75192c07da98aac0f8ed7c524cd6fef83 /doc
parent42fd92801a0535ec6d18f5246996700cef75fd76 (diff)
Documentation updates, added quick reference section to README
Diffstat (limited to 'doc')
-rw-r--r--doc/root.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/root.md b/doc/root.md
index 6b4b1ea..f787ebf 100644
--- a/doc/root.md
+++ b/doc/root.md
@@ -16,7 +16,7 @@ To use just create an argagg::parser object. However, the struct doesn't provide
An option is specified by four things: the name of the option, the strings that activate the option (flags), the option's help message, and the number of arguments the option expects.
-With the parser defined you actually parse the arguments by calling the argagg::parser::parse() method. If there are any problems then either an argagg::option_lacks_argument_error or argagg::unexpected_option_error exception are thrown.
+With the parser defined you actually parse the arguments by calling the argagg::parser::parse() method. If there are any problems then an exception is throw.
argagg::parser_results args;
try {