From 26f9d1a91f8ef7ee02640277a0237ce7372b4113 Mon Sep 17 00:00:00 2001 From: pierwill <19642016+pierwill@users.noreply.github.com> Date: Thu, 9 Jan 2020 14:41:59 -0800 Subject: [PATCH] Update `influx pkg --secret` format Closes #708 --- content/v2.0/reference/cli/influx/pkg/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/v2.0/reference/cli/influx/pkg/_index.md b/content/v2.0/reference/cli/influx/pkg/_index.md index 57544a352..82ebdbba3 100644 --- a/content/v2.0/reference/cli/influx/pkg/_index.md +++ b/content/v2.0/reference/cli/influx/pkg/_index.md @@ -36,7 +36,7 @@ influx pkg [command] | `-o`, `--org` | The name of the organization that owns the bucket | string | | `--org-id` | The ID of the organization that owns the bucket | string | | `-q`, `--quiet` | Disable output printing | | -| `--secret` | Secrets to provide alongside the package (format: `--secret=SECRET_KEY::SECRET_VALUE`) | string | +| `--secret` | Secrets to provide alongside the package (format: `--secret=SECRET_KEY=SECRET_VALUE`) | string | | `--table-borders` | Enable table borders _(default is true)_ | | {{% influx-cli-global-flags %}}