diff options
| author | Alex Ogier <[email protected]> | 2012-05-09 14:03:37 -0400 |
|---|---|---|
| committer | Alex Ogier <[email protected]> | 2012-05-09 14:03:37 -0400 |
| commit | d96927a210aaa64f95e2c8f83c51aa290b45c7fb (patch) | |
| tree | d2cc10fcdc24b895493c667a57cccb258a50236d /flag.go | |
| parent | 2f687e3b510e3bdc566bfc5fb5a35624bf0ed24d (diff) | |
Add README
Diffstat (limited to 'flag.go')
| -rw-r--r-- | flag.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |
