diff --git a/README.md b/README.md index 1029615..2e88f5a 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,11 @@ Option definitions in a bit more detail XXX make this a set of practical options and leave the attr explanation to later... ```javascript var parser = argv.Parser({ - // XXX config... + // doc sections... + doc: 'Example script options', + author: 'John Smith ', + footer: 'Written by $AUTHOR ($VERSION / $LICENSE).', + license: 'BSD-3-Clause', // alias, this tells the parser that '-b' is the same as '-basic' '-b': '-basic',