| Index: lib/src/command_runner.dart | 
| diff --git a/lib/src/command_runner.dart b/lib/src/command_runner.dart | 
| index 22fb5c6579a421dd55eaf19a461239d428e2ab84..3e0083cbd6ac635dacc39238a998c8d9ac57e2cd 100644 | 
| --- a/lib/src/command_runner.dart | 
| +++ b/lib/src/command_runner.dart | 
| @@ -60,9 +60,6 @@ class PubCommandRunner extends CommandRunner { | 
| negatable: false, help: 'Execute commands with prejudice.'); | 
| argParser.addFlag('sparkle', hide: !isAprilFools, | 
| negatable: false, help: 'A more sparkly experience.'); | 
| -    argParser.addFlag('package-symlinks', | 
| -        negatable: true, defaultsTo: true, hide: true, | 
| -        help: "Generate packages/ directories when installing packages."); | 
|  | 
| addCommand(new BuildCommand()); | 
| addCommand(new CacheCommand()); | 
|  |