From 2d10990d9ef74dabc8bd70b6f4ea7522d728573d Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Sat, 11 Jan 2014 21:34:06 -0800 Subject: [PATCH] fix(README): simple grammar fixup --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1937a23..3e81c816 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ A Command has the following structure: A Flag is a way to modify the behavior of an command. Cobra supports fully posix compliant flags as well as the go flag package. -A Cobra command has can define flags that persist through to children commands +A Cobra command can define flags that persist through to children commands and flags that are only available to that command. In the example above 'port' is the flag.