Chromium Code Reviews| Index: mmutex/cmd/mmutex/main.go |
| diff --git a/mmutex/cmd/mmutex/main.go b/mmutex/cmd/mmutex/main.go |
| index bb89955399ad185ce734d671a47fcb5ea93dfe44..a2c70bdf470110fa51da52d536b77c85cb4c1ca7 100644 |
| --- a/mmutex/cmd/mmutex/main.go |
| +++ b/mmutex/cmd/mmutex/main.go |
| @@ -47,6 +47,7 @@ The source for mmutex lives at: |
| https://github.com/luci/luci-go/tree/master/mmutex`, |
| Commands: []*subcommands.Command{ |
| cmdExclusive, |
| + cmdShared, |
| subcommands.CmdHelp, |
| }, |
| } |