diff --git a/README.md b/README.md index 7595663..4321294 100644 --- a/README.md +++ b/README.md @@ -543,7 +543,9 @@ Passing [`--help`](#-h----help) or [`--version`](#-v----version) will disable quiet mode and print normally. Note that this will only set `.quiet` to `true` and disable output -of `.print(..)`, any user code needs to either also use `.print(..)` for output (not always practical) or respect `.quiet`. +of [`.print(..)`](#parserprint--parserprinterror), any user code +needs to either also use [`.print(..)`](#parserprint--parserprinterror) +for output (not always practical) or respect `.quiet`. #### `-h` / `--help` diff --git a/argv.js b/argv.js index 4979fe1..747b9de 100644 --- a/argv.js +++ b/argv.js @@ -641,7 +641,7 @@ object.Constructor('Parser', { // Quiet mode... - // XXX should this have a afterCallback(..) handler??? + // quiet: undefined, '-q': '-quiet',