From 389eedb5981e60ded6f4ec848fa04d3a8b483453 Mon Sep 17 00:00:00 2001 From: Becca Petrin Date: Mon, 25 Mar 2019 10:56:04 -0700 Subject: [PATCH] fix typo (#6469) --- command/audit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/audit.go b/command/audit.go index 0e59357794..55ef67d537 100644 --- a/command/audit.go +++ b/command/audit.go @@ -27,7 +27,7 @@ Usage: vault audit [options] [args] $ vault audit list - Enable a new audit device "userpass"; + Enable a new audit device "file"; $ vault audit enable file file_path=/var/log/audit.log