| Index: sdk/lib/_internal/pub/lib/src/command/help.dart
|
| diff --git a/sdk/lib/_internal/pub/lib/src/command/help.dart b/sdk/lib/_internal/pub/lib/src/command/help.dart
|
| index a69171de9096682fe5bd0ec105a40ca6be421575..f02841f8d47a4720d8a5ed7e8e4a973713c6eec3 100644
|
| --- a/sdk/lib/_internal/pub/lib/src/command/help.dart
|
| +++ b/sdk/lib/_internal/pub/lib/src/command/help.dart
|
| @@ -14,7 +14,7 @@ import '../log.dart' as log;
|
| /// Handles the `help` pub command.
|
| class HelpCommand extends PubCommand {
|
| String get description => "Display help information for Pub.";
|
| - String get usage => 'pub help [command]';
|
| + String get usage => "pub help [command]";
|
| bool get requiresEntrypoint => false;
|
| bool get takesArguments => true;
|
|
|
|
|