From 8c202b14d98d48593fbc1c0c728f6bcb95f1dcbb Mon Sep 17 00:00:00 2001 From: Rahul Arvikar <41536633+rarvikar@users.noreply.github.com> Date: Wed, 12 Oct 2022 02:28:16 +0530 Subject: [PATCH] Revert "update audit-logs.md encrypt flag (#288)" This reverts commit 853f25048d0f4b9282e03fd97a4e79a861c627f6. --- content/enterprise-features/audit-logs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/enterprise-features/audit-logs.md b/content/enterprise-features/audit-logs.md index f1bf39ca..fbb2ebf7 100644 --- a/content/enterprise-features/audit-logs.md +++ b/content/enterprise-features/audit-logs.md @@ -143,7 +143,7 @@ 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