Merge pull request #8245 from rkettelerij/patch-3

[Docs] Add missing CLI flag to Nomad snapshot save example
This commit is contained in:
Mahmood Ali 2020-06-23 08:34:36 -04:00 committed by GitHub
commit e1c4109384
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ To create a potentially stale snapshot from any available server (useful if no
leader is available):
```shell-session
$ nomad snapshot save backup.snap
$ nomad snapshot save -stale backup.snap
```
## Usage