| 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 8e0c5c2ee29ebb6821f5d1db06e2874bcdf92209..a58ae3c6ad73ddf9ae8947da0f1f670857c032a6 100644
|
| --- a/sdk/lib/_internal/pub/lib/src/command/lish.dart
|
| +++ b/sdk/lib/_internal/pub/lib/src/command/lish.dart
|
| @@ -22,6 +22,7 @@ import '../validator.dart';
|
| class LishCommand extends PubCommand {
|
| String get description => "Publish the current package to pub.dartlang.org.";
|
| String get usage => "pub publish [options]";
|
| + String get docUrl => "http://dartlang.org/tools/pub/cmd/pub-lish.html";
|
| List<String> get aliases => const ["lish", "lush"];
|
|
|
| /// The URL of the server to which to upload the package.
|
|
|