From 6436632c825eb21e33259c51bb7a012a545a6805 Mon Sep 17 00:00:00 2001 From: Eyal Posener Date: Sat, 13 May 2017 11:31:38 +0300 Subject: [PATCH] fix readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 4954fbb..1fd3fcd 100644 --- a/readme.md +++ b/readme.md @@ -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, }, },