diff options
| author | Garrett D'Amore <garrett@damore.org> | 2018-03-02 19:02:48 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-03-02 19:03:08 -0800 |
| commit | f305f28c8dbac109c1038d430c7125222ee90703 (patch) | |
| tree | dcba1b998c1eb3d8f2bd10283ab2721251f6a535 /docs | |
| parent | a315244fc92aaed52cd4c620521c797c7a0b5f4c (diff) | |
| download | nng-f305f28c8dbac109c1038d430c7125222ee90703.tar.gz nng-f305f28c8dbac109c1038d430c7125222ee90703.tar.bz2 nng-f305f28c8dbac109c1038d430c7125222ee90703.zip | |
fixes #254 nngcat should have a --version option
We only add a basic --version (also -V). I'm still trying to figure
out how to convince cmake to emit its compilation flags into a file
where we can use them for output.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/man/nngcat.adoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/man/nngcat.adoc b/docs/man/nngcat.adoc index 49e4b05a..e5528536 100644 --- a/docs/man/nngcat.adoc +++ b/docs/man/nngcat.adoc @@ -17,6 +17,8 @@ nngcat - command line access to Scalabity Protocols *nngcat* --help +*nngcat* --version + *nngcat* [_OPTION_]... == DESCRIPTION @@ -41,6 +43,8 @@ equa === Generic *-h, --help*:: Get usage help. +*-V, --version*:: + Print the version and exit. *-v, --verbose*:: Select verbose operation. *-q, --silent*:: |
