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

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

Issue 2715443002: Butler: Infer host from "coordinator-host" flag. (Closed)
Patch Set: module => service Created 3 years, 10 months 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 | « no previous file | logdog/client/cmd/logdog_butler/output_logdog.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: logdog/client/cmd/logdog_butler/main.go
diff --git a/logdog/client/cmd/logdog_butler/main.go b/logdog/client/cmd/logdog_butler/main.go
index 41bd3499574329c2e1bad4377b0ab3ae3e7dbb03..e457148c8cc65bad8640b25e06f922dcd828b223 100644
--- a/logdog/client/cmd/logdog_butler/main.go
+++ b/logdog/client/cmd/logdog_butler/main.go
@@ -101,7 +101,7 @@ func (a *application) addFlags(fs *flag.FlagSet) {
fs.Var(&a.prefix, "prefix",
"Prefix to apply to all stream names.")
fs.StringVar(&a.coordinatorHost, "coordinator-host", "",
- "The Coordinator host to pass on to subprocesses.")
+ "The Coordinator service host to use.")
fs.Var(&a.outputConfig, "output",
"The output name and configuration. Specify 'help' for more information.")
fs.IntVar(&a.outputWorkers, "output-workers", butler.DefaultOutputWorkers,
« no previous file with comments | « no previous file | logdog/client/cmd/logdog_butler/output_logdog.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698