mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-31 10:37:56 +00:00 
			
		
		
		
	agent/raft: fix typo in help strings (#9114)
This commit is contained in:
		| @@ -56,21 +56,21 @@ func (c *OperatorRaftJoinCommand) Flags() *FlagSets { | ||||
| 		Name:       "leader-ca-cert", | ||||
| 		Target:     &c.flagLeaderCACert, | ||||
| 		Completion: complete.PredictNothing, | ||||
| 		Usage:      "CA cert to communicate with Raft leader.", | ||||
| 		Usage:      "CA cert to use when verifying the Raft leader certificate.", | ||||
| 	}) | ||||
|  | ||||
| 	f.StringVar(&StringVar{ | ||||
| 		Name:       "leader-client-cert", | ||||
| 		Target:     &c.flagLeaderClientCert, | ||||
| 		Completion: complete.PredictNothing, | ||||
| 		Usage:      "Client cert to to authenticate to Raft leader.", | ||||
| 		Usage:      "Client cert to use when authenticating with the Raft leader.", | ||||
| 	}) | ||||
|  | ||||
| 	f.StringVar(&StringVar{ | ||||
| 		Name:       "leader-client-key", | ||||
| 		Target:     &c.flagLeaderClientKey, | ||||
| 		Completion: complete.PredictNothing, | ||||
| 		Usage:      "Client key to to authenticate to Raft leader.", | ||||
| 		Usage:      "Client key to use when authenticating with the Raft leader.", | ||||
| 	}) | ||||
|  | ||||
| 	f.BoolVar(&BoolVar{ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jason O'Donnell
					Jason O'Donnell