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 1959b9338eab3a32ff762f846028d387153d7836..d7df22324b3775f7e77a517f255fe972821b12ef 100644 |
--- a/sdk/lib/_internal/pub/lib/src/command/help.dart |
+++ b/sdk/lib/_internal/pub/lib/src/command/help.dart |
@@ -12,7 +12,6 @@ import '../command.dart'; |
class HelpCommand extends PubCommand { |
String get description => "Display help information for Pub."; |
String get usage => "pub help [command]"; |
- bool get requiresEntrypoint => false; |
bool get takesArguments => true; |
Future onRun() { |