refactor(shell): readability improvements (#3704)

Signed-off-by: Ryan Russell <git@ryanrussell.org>

Signed-off-by: Ryan Russell <git@ryanrussell.org>
This commit is contained in:
Ryan Russell
2022-09-16 04:43:49 -05:00
committed by GitHub
parent 277976bd76
commit 824f7ad9e1
5 changed files with 5 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ func (c *commandLock) Name() string {
func (c *commandLock) Help() string {
return `lock in order to exclusively manage the cluster
This is a blocking operation if there is alread another lock.
This is a blocking operation if there is already another lock.
`
}