fix readme
This commit is contained in:
parent
fc04737363
commit
6436632c82
|
@ -77,7 +77,7 @@ func main() {
|
||||||
Flags: complete.Flags{
|
Flags: complete.Flags{
|
||||||
// build sub command has a flag '-cpus', which
|
// build sub command has a flag '-cpus', which
|
||||||
// expects number of cpus after it. in that case
|
// expects number of cpus after it. in that case
|
||||||
// anything could complete this flag.
|
// anything could complete this flag.
|
||||||
"-cpus": complete.Anything,
|
"-cpus": complete.Anything,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue