diff options
| author | Alex Ogier <[email protected]> | 2012-05-09 14:22:16 -0400 |
|---|---|---|
| committer | Alex Ogier <[email protected]> | 2012-05-09 14:22:16 -0400 |
| commit | 4255cbae70170d7420c2cb4a812b58bf5e91555e (patch) | |
| tree | b1f953879d9efaa0cda2b484c9d4c159158d945f /README.md | |
| parent | 29188b4c3e68fce705b1ca2660ba5a0cf7ab3b99 (diff) | |
Use proper markdown links
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -3,9 +3,11 @@ pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. -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 +pflag is compatible with the [GNU extensions to the POSIX recommendations +for command-line options][1]. For a more precise description, see the +"Command-line flag syntax" section below. + +[1]: http://www.gnu.org/software/libc/manual/html_node/Argument-Syntax.html pflag is available under the same style of BSD license as the Go language, which can be found in the LICENSE file. @@ -148,5 +150,7 @@ Duration flags accept any input valid for time.ParseDuration. You can get a full reference of the pflag package through go's standard documentation system, for example by running `godoc -http=:6060` and -browsing to http://localhost:6060/pkg/github.com/ogier/pflag after +browsing to [http://localhost:6060/pkg/github.com/ogier/pflag][2] after installation. + +[2]: http://localhost:6060/pkg/github.com/ogier/pflag |
