From 40d669fda08a669abcb7905053d920b15aa9dbe9 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Fri, 12 Apr 2019 15:01:12 -0600 Subject: [PATCH] more config options updates for PR feedback --- content/v2.0/reference/config-options.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/v2.0/reference/config-options.md b/content/v2.0/reference/config-options.md index f5e3845db..813eecae1 100644 --- a/content/v2.0/reference/config-options.md +++ b/content/v2.0/reference/config-options.md @@ -7,7 +7,7 @@ menu: weight: 2 --- -To configure InfluxDB, use the following configuration flags when starting the +To configure InfluxDB, use the following configuration options when starting the [`influxd` service](/v2.0/reference/cli/influxd): - [--assets-path](#assets-path) @@ -38,8 +38,8 @@ influxd \ --- ## --assets-path -Overrides the default InfluxDB user interface (UI) assets by serving assets from a specific directory. _Typically, InfluxData internal use only._ +Overrides the default InfluxDB user interface (UI) assets by serving assets from the specified directory. ```sh influxd --assets-path=/path/to/custom/assets-dir