diff --git a/cmd/influxd/help.go b/cmd/influxd/help.go index bc00806136..95f651f9cb 100644 --- a/cmd/influxd/help.go +++ b/cmd/influxd/help.go @@ -22,8 +22,9 @@ Usage: The commands are: + backup downloads a snapshot of a data node and saves it to disk config display the default configuration - join-cluster create a new node that will join an existing cluster + restore uses a snapshot of a data node to rebuild a cluster run run node with existing configuration version displays the InfluxDB version diff --git a/cmd/influxd/run.go b/cmd/influxd/run.go index d37de7db2b..c61ffe0724 100644 --- a/cmd/influxd/run.go +++ b/cmd/influxd/run.go @@ -719,6 +719,9 @@ is used. -config Set the path to the configuration file. + -cpuprofile + Set the path to the cpuprofile. + -hostname Override the hostname, the 'hostname' configuration option will be overridden. @@ -726,6 +729,9 @@ is used. -join Joins the server to an existing cluster. + -memprofile + Set the path to the memprofile. + -pidfile Write process ID to a file. `)