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

Unified Diff: sdk/lib/_internal/pub/lib/src/command_lish.dart

Issue 14680005: Add offline support to pub install and update. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Revise. Created 7 years, 7 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/lib/src/command_lish.dart
diff --git a/sdk/lib/_internal/pub/lib/src/command_lish.dart b/sdk/lib/_internal/pub/lib/src/command_lish.dart
index cc0311862dbcf40c452e09c7b2e042ed4277ed40..44a13ae1c3167562b0baab9817fe101b8f062c66 100644
--- a/sdk/lib/_internal/pub/lib/src/command_lish.dart
+++ b/sdk/lib/_internal/pub/lib/src/command_lish.dart
@@ -35,11 +35,11 @@ class LishCommand extends PubCommand {
// TODO(nweiz): Use HostedSource.defaultUrl as the default value once we use
// dart:io for HTTPS requests.
parser.addFlag('dry-run', abbr: 'n', negatable: false,
- help: 'Validate but do not publish the package');
+ help: 'Validate but do not publish the package.');
parser.addFlag('force', abbr: 'f', negatable: false,
- help: 'Publish without confirmation if there are no errors');
+ help: 'Publish without confirmation if there are no errors.');
parser.addOption('server', defaultsTo: 'https://pub.dartlang.org',
- help: 'The package server to which to upload this package');
+ help: 'The package server to which to upload this package.');
return parser;
}
« no previous file with comments | « sdk/lib/_internal/pub/lib/src/command_install.dart ('k') | sdk/lib/_internal/pub/lib/src/command_update.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698