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

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

Issue 362353003: Fix deactivate usage tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 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/deactivate/missing_package_arg_test.dart
diff --git a/sdk/lib/_internal/pub/test/global/deactivate/missing_package_arg_test.dart b/sdk/lib/_internal/pub/test/global/deactivate/missing_package_arg_test.dart
index 33a2a1b86e8c7b5acb7e5a273f99ec34fb696ca5..8cf9fc3056dff0769bc2fcdafab40643f832fc9e 100644
--- a/sdk/lib/_internal/pub/test/global/deactivate/missing_package_arg_test.dart
+++ b/sdk/lib/_internal/pub/test/global/deactivate/missing_package_arg_test.dart
@@ -14,6 +14,8 @@ main() {
Usage: pub global deactivate <package>
-h, --help Print usage information for this command.
+
+ Run "pub help" to see global options.
""",
exitCode: exit_codes.USAGE);
});
« no previous file with comments | « sdk/lib/_internal/pub/pub.status ('k') | sdk/lib/_internal/pub/test/global/deactivate/unexpected_arguments_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698