fix typo's

some through goreportcard.com
This commit is contained in:
Mechiel Lukkien
2023-02-06 11:00:11 +01:00
parent 9792158324
commit 52e7054c49
3 changed files with 3 additions and 3 deletions

View File

@ -166,7 +166,7 @@ type cmd struct {
// Set by invoked command or Parse.
unlisted bool // If set, command is not listed until at least some words are matched from command.
params string // Arguments to command. Mutliple lines possible.
params string // Arguments to command. Multiple lines possible.
help string // Additional explanation. First line is synopsis, the rest is only printed for an explicit help/usage for that command.
args []string
}