1
0
mirror of https://github.com/docker/cli.git synced 2026-01-18 08:21:31 +03:00

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>
Upstream-commit: c73cd919b4
Component: cli
This commit is contained in:
huqun
2016-02-12 16:11:31 +08:00
parent f8da06917e
commit 763bb430ef

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