diff options
| author | Eyal Posener <[email protected]> | 2017-05-13 11:31:38 +0300 |
|---|---|---|
| committer | Eyal Posener <[email protected]> | 2017-05-13 11:31:38 +0300 |
| commit | 6436632c825eb21e33259c51bb7a012a545a6805 (patch) | |
| tree | d019fa370d8f357585cfac27196356150ef684de | |
| parent | fc04737363e2afb0adc00cf87c991c78c5cfa879 (diff) | |
fix readme
| -rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ func main() { Flags: complete.Flags{ // build sub command has a flag '-cpus', which // expects number of cpus after it. in that case - // anything could complete this flag. + // anything could complete this flag. "-cpus": complete.Anything, }, }, |
