Add missing CLI flag to Nomad snapshot example

This commit is contained in:
Richard Kettelerij 2020-06-22 21:52:33 +02:00 committed by GitHub
parent 3b84c2d464
commit 01fc6e9525
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