Added operator raft and operator raft snapshot descriptions (#7106)

This commit is contained in:
Michel Vocks
2019-07-16 09:31:00 +02:00
committed by GitHub
parent aaad1e3c8c
commit 757b039ee4
5 changed files with 101 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ type OperatorRaftSnapshotRestoreCommand struct {
}
func (c *OperatorRaftSnapshotRestoreCommand) Synopsis() string {
return "Installs the provided snapshot, returning the cluster to the state defined in it."
return "Installs the provided snapshot, returning the cluster to the state defined in it"
}
func (c *OperatorRaftSnapshotRestoreCommand) Help() string {