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

Unified Diff: sdk/lib/_internal/pub_generated/lib/src/command/run.dart

Issue 583853002: Use precompiled dependencies in pub. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 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
Index: sdk/lib/_internal/pub_generated/lib/src/command/run.dart
diff --git a/sdk/lib/_internal/pub_generated/lib/src/command/run.dart b/sdk/lib/_internal/pub_generated/lib/src/command/run.dart
index 23e7d096b506f1ba6b4533f8edb8260ddf8b5f14..d74538670adc2f52c15d771dfe7ca404860695fa 100644
--- a/sdk/lib/_internal/pub_generated/lib/src/command/run.dart
+++ b/sdk/lib/_internal/pub_generated/lib/src/command/run.dart
@@ -17,7 +17,7 @@ class RunCommand extends PubCommand {
commandParser.addOption(
"mode",
help: 'Mode to run transformers in.\n'
- '(defaults to "release" for dependencies, "debug" for entrypoint)');
+ '(defaults to "release" for dependencies, "debug" for ' 'entrypoint)');
}
Future onRun() {
final completer0 = new Completer();

Powered by Google App Engine
This is Rietveld 408576698