Update pflag link in README (#444)

Cobra is not using ogier/pflag, but a fork of it.
This commit is contained in:
Don Petersen 2017-05-12 11:40:24 -07:00 committed by Albert Nigmatzianov
parent 7d22e77cce
commit 90687e7bfc

View file

@ -114,7 +114,7 @@ and flags that are only available to that command.
In the example above, 'port' is the flag.
Flag functionality is provided by the [pflag
library](https://github.com/ogier/pflag), a fork of the flag standard library
library](https://github.com/spf13/pflag), a fork of the flag standard library
which maintains the same interface while adding POSIX compliance.
## Usage