Index: utils/pub/command_lish.dart |
diff --git a/utils/pub/command_lish.dart b/utils/pub/command_lish.dart |
index b48552f8bd5bb8dcb427b3d0bf1ea36ae46dbda7..aa730658f1e3af914268e315ad7672b82a590fe2 100644 |
--- a/utils/pub/command_lish.dart |
+++ b/utils/pub/command_lish.dart |
@@ -21,7 +21,7 @@ import 'validator.dart'; |
// 6949. |
/// Handles the `lish` and `publish` pub commands. |
class LishCommand extends PubCommand { |
- final description = "publish the current package to pub.dartlang.org"; |
+ final description = "Publish the current package to pub.dartlang.org."; |
final usage = "pub publish [options]"; |
final aliases = const ["lish", "lush"]; |