Index: pkg/args/README.md |
diff --git a/pkg/args/README.md b/pkg/args/README.md |
index bee1ea290fb03d53df63c6a07273bd436aa1755c..9baf1fb5f9f8a94e2841e6c973af3d50193d8f64 100644 |
--- a/pkg/args/README.md |
+++ b/pkg/args/README.md |
@@ -211,7 +211,7 @@ To define help text for an entire option, use the `help:` parameter: |
For non-flag options, you can also provide a help string for the parameter: |
- parser.addOption('out', help: 'The output path', helpValue: 'path', |
+ parser.addOption('out', help: 'The output path', valueHelp: 'path', |
allowed: ['debug', 'release']); |
For non-flag options, you can also provide detailed help for each expected value |