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

Unified Diff: sdk/lib/_internal/pub/lib/src/command/build.dart

Issue 203173004: Include directories in pub build usage. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/pub/lib/src/command/build.dart
diff --git a/sdk/lib/_internal/pub/lib/src/command/build.dart b/sdk/lib/_internal/pub/lib/src/command/build.dart
index 4ab5f22a6986b7326f83c8aaabdf4ab0d42bf8da..b4318c36540e4354d4bb64676d8ce8541ea5c2a9 100644
--- a/sdk/lib/_internal/pub/lib/src/command/build.dart
+++ b/sdk/lib/_internal/pub/lib/src/command/build.dart
@@ -27,7 +27,7 @@ final _allowedBuildDirectories = new Set<String>.from([
/// Handles the `build` pub command.
class BuildCommand extends PubCommand {
String get description => "Apply transformers to build a package.";
- String get usage => "pub build [options]";
+ String get usage => "pub build [options] [directories...]";
List<String> get aliases => const ["deploy", "settle-up"];
bool get takesArguments => true;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698