summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEyal Posener <[email protected]>2017-05-13 11:34:29 +0300
committerGitHub <[email protected]>2017-05-13 11:34:29 +0300
commit8bad6313cc30fa10f960b2758dd8db1c83add570 (patch)
treed019fa370d8f357585cfac27196356150ef684de
parent20781cb9cf903a1722ed73e30a3ba3230f61a2c7 (diff)
parent6436632c825eb21e33259c51bb7a012a545a6805 (diff)
Merge pull request #20 from posener/readme
fix readme
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
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,
},
},