Update pflag link in README.

Cobra is not using that version of pflag, but a fork of it.
This commit is contained in:
Don Petersen 2017-05-12 11:32:33 -07:00 committed by GitHub
parent 7d22e77cce
commit f5a7ad2f0c

View file

@ -114,7 +114,7 @@ and flags that are only available to that command.
In the example above, 'port' is the flag. In the example above, 'port' is the flag.
Flag functionality is provided by the [pflag 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. which maintains the same interface while adding POSIX compliance.
## Usage ## Usage