Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(129)

Unified Diff: logdog/client/cmd/logdog_butler/stream.go

Issue 2595993002: Add Butler global tags. (Closed)
Patch Set: Mutate existing map. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « logdog/client/cmd/logdog_butler/main.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « logdog/client/cmd/logdog_butler/main.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698