From d96927a210aaa64f95e2c8f83c51aa290b45c7fb Mon Sep 17 00:00:00 2001 From: Alex Ogier Date: Wed, 9 May 2012 14:03:37 -0400 Subject: Add README --- flag.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flag.go') diff --git a/flag.go b/flag.go index 6a5dcbf..42f2308 100644 --- a/flag.go +++ b/flag.go @@ -6,12 +6,12 @@ pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. - Usage: - pflag is compatible with the GNU extensions to the POSIX recommendations for command-line options. See http://www.gnu.org/software/libc/manual/html_node/Argument-Syntax.html + Usage: + pflag is a drop-in replacement of Go's native flag package. If you import pflag under the name "flag" then all code should continue to function with no changes. -- cgit v1.2.3