| Index: logdog/client/cmd/logdog_butler/stream.go
|
| diff --git a/logdog/client/cmd/logdog_butler/stream.go b/logdog/client/cmd/logdog_butler/stream.go
|
| index f91f4cb61596d9b78c9311e080e35bbce059b43d..25d178cae740ee791e863e34a3b2951870ada6e1 100644
|
| --- a/logdog/client/cmd/logdog_butler/stream.go
|
| +++ b/logdog/client/cmd/logdog_butler/stream.go
|
| @@ -35,7 +35,7 @@ func (s *streamConfig) addFlags(fs *flag.FlagSet) {
|
| fs.Var(&s.Tee, "tee",
|
| fmt.Sprintf("Tee the stream through the Butler's output. Options are: %s",
|
| streamproto.TeeTypeFlagEnum.Choices()))
|
| - fs.Var(&s.Tags, "tag", "Add a key=value tag.")
|
| + fs.Var(&s.Tags, "tag", "Add a key[=value] tag.")
|
| }
|
|
|
| // Converts command-line parameters into a stream.Config.
|
|
|