mirror of
https://github.com/hashicorp/vault.git
synced 2026-03-20 01:24:52 -04:00
Add correct output to unmount documentation (#2352)
Simply adding the actual output of: 'vault unmount generic/'
This commit is contained in:
parent
25bcca2fad
commit
6f4da5ff07
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ remains mounted.
|
|||
|
||||
```
|
||||
$ vault unmount generic/
|
||||
Successfully unmounted 'generic/'!
|
||||
Successfully unmounted 'generic/' if it was mounted
|
||||
```
|
||||
|
||||
In addition to unmounting, you can remount a backend. Remounting a
|
||||
|
|
|
|||
Loading…
Reference in a new issue