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

Unified Diff: utils/pub/command_update.dart

Issue 11485012: Clean up command help. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Test command help with options. Created 8 years 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 | « utils/pub/command_lish.dart ('k') | utils/pub/command_version.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/pub/command_update.dart
diff --git a/utils/pub/command_update.dart b/utils/pub/command_update.dart
index daedfb6a19d715ecda949c74d89b30140868713b..6995a6d571df450225a9e9e7d35d35f3c584da36 100644
--- a/utils/pub/command_update.dart
+++ b/utils/pub/command_update.dart
@@ -11,7 +11,7 @@ import 'pub.dart';
/** Handles the `update` pub command. */
class UpdateCommand extends PubCommand {
String get description =>
- "update the current package's dependencies to the latest versions";
+ "Update the current package's dependencies to the latest versions.";
String get usage => 'pub update [dependencies...]';
« no previous file with comments | « utils/pub/command_lish.dart ('k') | utils/pub/command_version.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698