Apply suggestions from code review

Co-authored-by: Drew Bailey <2614075+drewbailey@users.noreply.github.com>
This commit is contained in:
Mahmood Ali
2020-05-31 21:29:17 -04:00
committed by GitHub
parent 73e4bf63ac
commit 781f110489
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ Usage: nomad operator snapshot save [options] <filename>
To create a snapshot from the leader server and save it to "backup.snap":
$ consul snapshot save backup.snap
$ nomad snapshot save backup.snap
To create a potentially stale snapshot from any available server (useful if no
leader is available):

View File

@@ -1,4 +1,4 @@
// snapshot manages the interactions between Consul and Raft in order to take
// snapshot manages the interactions between Nomad and Raft in order to take
// and restore snapshots for disaster recovery. The internal format of a
// snapshot is simply a tar file, as described in archive.go.
package snapshot