diff --git a/doc/index.html b/doc/index.html index 99026c0..e50a7d5 100644 --- a/doc/index.html +++ b/doc/index.html @@ -687,7 +687,7 @@ Error: malformed argument 'baz'

If the field add_help of a parser is set to false, no help option will be added to it. Otherwise, the value of the field will be used to configure it.

local parser = argparse()
-   :add_help {name = "/?"}
+   :add_help "/?"
 
$ lua script.lua /?