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

Unified Diff: utils/pub/command_version.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_update.dart ('k') | utils/pub/pub.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/pub/command_version.dart
diff --git a/utils/pub/command_version.dart b/utils/pub/command_version.dart
index 464d1a290f58a474ae844e6b2841480250ff846e..5e2f005da9b7c031b3d358d179667369283ae916 100644
--- a/utils/pub/command_version.dart
+++ b/utils/pub/command_version.dart
@@ -8,7 +8,7 @@ import 'pub.dart';
/** Handles the `version` pub command. */
class VersionCommand extends PubCommand {
- String get description => 'print Pub version';
+ String get description => 'Print pub version.';
String get usage => 'pub version';
bool get requiresEntrypoint => false;
« no previous file with comments | « utils/pub/command_update.dart ('k') | utils/pub/pub.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698