From 75a8d4d69d86c31aa1d877f7567f0d1d96982b78 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Tue, 9 Jun 2020 13:33:08 -0600 Subject: [PATCH] update package to template in template validate doc --- content/v2.0/reference/cli/influx/template/validate.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/v2.0/reference/cli/influx/template/validate.md b/content/v2.0/reference/cli/influx/template/validate.md index 070f8302e..acb509508 100644 --- a/content/v2.0/reference/cli/influx/template/validate.md +++ b/content/v2.0/reference/cli/influx/template/validate.md @@ -19,10 +19,10 @@ influx template validate [flags] ## Flags -| Flag | | Description | Input Type | -|:---- | --- |:----------- |:---------- | +| Flag | | Description | Input Type | +|:---- | --- |:----------- |:---------- | | `-e` | `--encoding` | Encoding of the input stream | string | -| `-f` | `--file` | Package file to validate | string | +| `-f` | `--file` | Template file to validate | string | | `-h` | `--help` | Help for the `validate` command | | | `-R` | `--recurse` | Recurse through files in the directory specified in `-f`, `--file` | | | `-u` | `--template-url` | URL of template file to validate | string |