mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-15 19:41:02 +00:00
fix typos in usage info
This commit is contained in:
@@ -263,9 +263,9 @@ func main() {
|
||||
// They are also here so they are included in usage, and the probe uses them to decide if to
|
||||
// publish to localhost.
|
||||
noApp := flag.Bool("no-app", false, "Don't run the app.")
|
||||
probeOnly := flag.Bool("probe-only", false, "Only run the app.")
|
||||
probeOnly := flag.Bool("probe-only", false, "Only run the probe.")
|
||||
flag.Bool("no-probe", false, "Don't run the probe.")
|
||||
flag.Bool("app-only", false, "Only run the probe.")
|
||||
flag.Bool("app-only", false, "Only run the app.")
|
||||
|
||||
// Probe flags
|
||||
flag.StringVar(&flags.probe.token, serviceTokenFlag, "", "Token to use to authenticate with cloud.weave.works")
|
||||
|
||||
Reference in New Issue
Block a user