fix grammar error
it is not very important,but I think the modification makes the coders read more conviently! Signed-off-by: huqun <huqun@zju.edu.cn>
This commit is contained in:
parent
27ab98e846
commit
f609fb4d83
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ type CommonFlags struct {
|
||||||
TrustKey string
|
TrustKey string
|
||||||
}
|
}
|
||||||
|
|
||||||
// Command is the struct contains command name and description
|
// Command is the struct containing the command name and description
|
||||||
type Command struct {
|
type Command struct {
|
||||||
Name string
|
Name string
|
||||||
Description string
|
Description string
|
||||||
|
|
Loading…
Reference in a new issue