mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
fix typo (#6469)
This commit is contained in:
parent
01a6c5c976
commit
389eedb598
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ Usage: vault audit <subcommand> [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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue