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

@@ -17,7 +17,7 @@ type OperatorRaftSnapshotSaveCommand struct {
}
func (c *OperatorRaftSnapshotSaveCommand) Synopsis() string {
return "Saves a snapshot of the current state of the raft cluster into a file."
return "Saves a snapshot of the current state of the raft cluster into a file"
}
func (c *OperatorRaftSnapshotSaveCommand) Help() string {