Merge pull request #20264 from qunhu/master

fix grammar error
This commit is contained in:
Tibor Vass
2016-02-12 10:07:45 -05:00

View File

@@ -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