20 lines
412 B
Markdown
20 lines
412 B
Markdown
|
# Clening the vaults
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
```
|
||
|
Usage: lprs clean
|
||
|
|
||
|
Options:
|
||
|
-h, --help Print help
|
||
|
-V, --version Print version
|
||
|
```
|
||
|
|
||
|
Is simple, just run `lprs clean` and the vaults file will be cleaned, removing
|
||
|
all the vaults from it.
|
||
|
|
||
|
## Notes
|
||
|
- You can't undo this action, so be careful when using it.
|
||
|
- You can specify the vaults file by using the `--vaults-file` option. [See main
|
||
|
lprs options](./index.html).
|