From 8285b88becb22b4800a749cf6398b46d60e1ac86 Mon Sep 17 00:00:00 2001 From: Marco Dinis Date: Wed, 23 Nov 2022 11:23:44 +0100 Subject: [PATCH] add change to docs --- docs/pages/reference/cli.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/reference/cli.mdx b/docs/pages/reference/cli.mdx index 879634dbc942..0dafd7c7eb02 100644 --- a/docs/pages/reference/cli.mdx +++ b/docs/pages/reference/cli.mdx @@ -1373,7 +1373,7 @@ $ tctl auth export [] | Name | Default Value(s) | Allowed Value(s) | Description | | - | - | - | - | -| `--keys` | none | none | if set, will print private keys | +| `--keys` | none | none | if set, only exports private keys | | `--fingerprint` | none | **string** e.g. `SHA256:` | filter authority by fingerprint | | `--compat` | none | version number | export certificates compatible with specific version of Teleport | | `--type` | none | `user, host` or `tls` | certificate type |