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

Unified Diff: sdk/lib/_internal/pub/test/global/activate/missing_package_arg_test.dart

Issue 438773002: "Reverting 38798" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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/test/global/activate/missing_package_arg_test.dart
diff --git a/sdk/lib/_internal/pub/test/global/activate/missing_package_arg_test.dart b/sdk/lib/_internal/pub/test/global/activate/missing_package_arg_test.dart
index 346b4b2906e0c8d4fac6cb57f7b3a7429798bd96..2eeba0ed7c64c06c757b6ed82f1a6cb2096f93e5 100644
--- a/sdk/lib/_internal/pub/test/global/activate/missing_package_arg_test.dart
+++ b/sdk/lib/_internal/pub/test/global/activate/missing_package_arg_test.dart
@@ -12,12 +12,11 @@ main() {
error: """
No package to activate given.
- Usage: pub global activate [--source source] <package> [version]
- -h, --help Print usage information for this command.
- -s, --source The source used to find the package.
- [git, hosted (default), path]
+ Usage: pub global activate <package> [version]
+ -h, --help Print usage information for this command.
- Run "pub help" to see global options.""",
+ Run "pub help" to see global options.
+ """,
exitCode: exit_codes.USAGE);
});
}

Powered by Google App Engine
This is Rietveld 408576698