diff --git a/common.go b/common.go index 1ece1fb616..880ef6c80a 100644 --- a/common.go +++ b/common.go @@ -19,7 +19,7 @@ type CommonFlags struct { TrustKey string } -// Command is the struct contains command name and description +// Command is the struct containing the command name and description type Command struct { Name string Description string