| Index: vpython/application/subcommand_delete.go
|
| diff --git a/vpython/application/subcommand_delete.go b/vpython/application/subcommand_delete.go
|
| index 36649c76858e7b2fa9e169e5112da3a67b6c173d..7f387d333ba14b5b11eae967c420881049f47d63 100644
|
| --- a/vpython/application/subcommand_delete.go
|
| +++ b/vpython/application/subcommand_delete.go
|
| @@ -24,7 +24,7 @@ var subcommandDelete = &subcommands.Command{
|
| var cr deleteCommandRun
|
|
|
| fs := cr.GetFlags()
|
| - fs.BoolVar(&cr.all, "all", false, "Delete all VirtualEnv environments, rather than the current ones.")
|
| + fs.BoolVar(&cr.all, "all", cr.all, "Delete all VirtualEnv environments, rather than the current ones.")
|
|
|
| return &cr
|
| },
|
|
|