mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix a wrong word in comment.
Signed-off-by: Cao Weiwei <cao.weiwei30@zte.com.cn>
This commit is contained in:
parent
b23fc63f04
commit
9be8bf0194
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
// will display: `Warning: '-flagname' is deprecated, it will be removed soon. See usage.`
|
||||
// so you can only use `-f`.
|
||||
//
|
||||
// You can also group one letter flags, bif you declare
|
||||
// You can also group one letter flags, if you declare
|
||||
// var v = flag.Bool([]string{"v", "-verbose"}, false, "help message for verbose")
|
||||
// var s = flag.Bool([]string{"s", "-slow"}, false, "help message for slow")
|
||||
// you will be able to use the -vs or -sv
|
||||
|
|
Loading…
Reference in a new issue