| Index: utils/pub/command_install.dart
|
| diff --git a/utils/pub/command_install.dart b/utils/pub/command_install.dart
|
| index b83c6fac6569b42931197595c7ac19b4e4caf151..e5188f69a5d9c501ed34d86cca344eb0b6da7c72 100644
|
| --- a/utils/pub/command_install.dart
|
| +++ b/utils/pub/command_install.dart
|
| @@ -10,7 +10,7 @@ import 'pub.dart';
|
|
|
| /** Handles the `install` pub command. */
|
| class InstallCommand extends PubCommand {
|
| - String get description => "install the current package's dependencies";
|
| + String get description => "Install the current package's dependencies.";
|
| String get usage => "pub install";
|
|
|
| Future onRun() {
|
|
|