From 1d7ab6a66cbddc9c1b9330247ade52cd2683f40b Mon Sep 17 00:00:00 2001 From: Joshua Goldstein <92491720+joshua-goldstein@users.noreply.github.com> Date: Thu, 23 Feb 2023 17:31:06 -0600 Subject: [PATCH] fix decrypt flag original PR here: https://github.com/dgraph-io/dgraph-docs/pull/288 --- content/enterprise-features/audit-logs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/enterprise-features/audit-logs.md b/content/enterprise-features/audit-logs.md index 1fe51b4a..b63f4934 100644 --- a/content/enterprise-features/audit-logs.md +++ b/content/enterprise-features/audit-logs.md @@ -143,9 +143,9 @@ To decrypt encrypted audit logs, you can use the `dgraph audit decrypt` command, as follows: ```bash -dgraph audit decrypt --encryption key-file=/path/encrypt/key/file --in /path/to/encrypted/log/file --out /path/to/output/file +dgraph audit decrypt --encryption_key_file=/path/encrypt/key/file --in /path/to/encrypted/log/file --out /path/to/output/file ``` ## Next steps -To learn more about the logging features of Dgraph, see [Logging]({{< relref "deploy/log-format.md" >}}). \ No newline at end of file +To learn more about the logging features of Dgraph, see [Logging]({{< relref "deploy/log-format.md" >}}).