aboutsummaryrefslogtreecommitdiff
path: root/flag.go
diff options
context:
space:
mode:
authorAlex Ogier <[email protected]>2012-05-09 14:03:37 -0400
committerAlex Ogier <[email protected]>2012-05-09 14:03:37 -0400
commitd96927a210aaa64f95e2c8f83c51aa290b45c7fb (patch)
treed2cc10fcdc24b895493c667a57cccb258a50236d /flag.go
parent2f687e3b510e3bdc566bfc5fb5a35624bf0ed24d (diff)
Add README
Diffstat (limited to 'flag.go')
-rw-r--r--flag.go4
1 files changed, 2 insertions, 2 deletions
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.