| Index: client/cmd/isolate/main.go
|
| diff --git a/client/cmd/isolate/main.go b/client/cmd/isolate/main.go
|
| index a989740396e53c9db99ce14f31c677a676df56ed..15714db7c3a8423ef500d76f436c8c229e0631e5 100644
|
| --- a/client/cmd/isolate/main.go
|
| +++ b/client/cmd/isolate/main.go
|
| @@ -1,4 +1,4 @@
|
| -// Copyright 2015 The LUCI Authors. All rights reserved.
|
| +// Copyright 2016 The LUCI Authors. All rights reserved.
|
| // Use of this source code is governed under the Apache License, Version 2.0
|
| // that can be found in the LICENSE file.
|
|
|
| @@ -24,6 +24,7 @@ var application = &subcommands.DefaultApplication{
|
| // Keep in alphabetical order of their name.
|
| Commands: []*subcommands.Command{
|
| cmdArchive,
|
| + cmdFastArchive,
|
| cmdBatchArchive,
|
| cmdCheck,
|
| subcommands.CmdHelp,
|
|
|