Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(402)

Unified Diff: pkg/args/README.md

Issue 634853002: Fix args README (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698