| Index: lib/src/command_runner.dart
|
| diff --git a/lib/src/command_runner.dart b/lib/src/command_runner.dart
|
| index ce0645d932b96a6ffcba6217b30ac8262baa599b..19d8cf4d18974898c89886ff9f971687d0e44e8f 100644
|
| --- a/lib/src/command_runner.dart
|
| +++ b/lib/src/command_runner.dart
|
| @@ -56,8 +56,9 @@ class PubCommandRunner extends CommandRunner {
|
| help: 'Shortcut for "--verbosity=all".');
|
| argParser.addFlag('with-prejudice', hide: !isAprilFools,
|
| negatable: false, help: 'Execute commands with prejudice.');
|
| - argParser.addFlag('package-symlinks', hide: true, negatable: true,
|
| - defaultsTo: true);
|
| + argParser.addFlag('package-symlinks',
|
| + negatable: true, defaultsTo: true,
|
| + help: "Generate packages/ directories when installing packages.");
|
|
|
| addCommand(new BuildCommand());
|
| addCommand(new CacheCommand());
|
|
|