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

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