From 90687e7bfc7e1e5cd88eb1f513f32f01dc03dd7c Mon Sep 17 00:00:00 2001 From: Don Petersen Date: Fri, 12 May 2017 11:40:24 -0700 Subject: [PATCH] Update pflag link in README (#444) Cobra is not using ogier/pflag, but a fork of it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b45f401e..4563c211 100644 --- a/README.md +++ b/README.md @@ -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