| Index: utils/pub/command_help.dart
|
| diff --git a/utils/pub/command_help.dart b/utils/pub/command_help.dart
|
| index 36738e92a57aad634ef42def1a9cebbf895e8195..9d14ff7d27ce150e1fc15b1dbcbca12e7952915f 100644
|
| --- a/utils/pub/command_help.dart
|
| +++ b/utils/pub/command_help.dart
|
| @@ -10,6 +10,7 @@
|
| class HelpCommand extends PubCommand {
|
| String get description => "display help information for Pub";
|
| String get usage => 'pub help [command]';
|
| + bool get usesEntrypoint => false;
|
|
|
| Future onRun() {
|
| if (commandOptions.rest.isEmpty()) {
|
|
|