diff --git a/cmd/influxd/run/command.go b/cmd/influxd/run/command.go index f9a4561d10..fa331a4a51 100644 --- a/cmd/influxd/run/command.go +++ b/cmd/influxd/run/command.go @@ -214,9 +214,8 @@ func (cmd *Command) ParseConfig(path string) (*Config, error) { var usage = `usage: run [flags] -run starts the broker and data node server. If this is the first time running -the command then a new cluster will be initialized unless the -join argument -is used. +run starts the InfluxDB server. If this is the first time running the command +then a new cluster will be initialized unless the -join argument is used. -config Set the path to the configuration file. @@ -230,6 +229,12 @@ is used. -pidfile Write process ID to a file. + + -cpuprofile + Write CPU profiling information to a file. + + -memprofile + Write memory usage information to a file. ` // Options represents the command line options that can be parsed.