diff options
author | Craig Silverstein <csilvers+gflags@google.com> | 2011-03-03 22:26:24 +0000 |
---|---|---|
committer | Craig Silverstein <csilvers+gflags@google.com> | 2011-03-03 22:26:24 +0000 |
commit | b4bf72b051596f6e060646e8a7081543da8fc1fb (patch) | |
tree | 8498e021e741ea0176005bfb077f7d6ed9e8e01b /doc | |
parent | 71e1be97d82ef4d17929fbb5b486bc3465152c36 (diff) | |
download | gflags-b4bf72b051596f6e060646e8a7081543da8fc1fb.tar.gz gflags-b4bf72b051596f6e060646e8a7081543da8fc1fb.tar.bz2 gflags-b4bf72b051596f6e060646e8a7081543da8fc1fb.zip |
Add support for specifying a version number (SetVersionString()),
which is then displayed in --version.
git-svn-id: https://gflags.googlecode.com/svn/trunk@47 6586e3c6-dcc4-952a-343f-ff74eb82781d
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gflags.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gflags.html b/doc/gflags.html index 4e70917..75027e3 100644 --- a/doc/gflags.html +++ b/doc/gflags.html @@ -517,8 +517,8 @@ access parts of <code>argv</code> outside main, including the program name (<code>argv[0]</code>).</p> <p>For more information about these routines, and other useful helper -methods such as <code>google::SetUsageMessage</code>, see -<code>gflags.h</code>.</p> +methods such as <code>google::SetUsageMessage()</code> and +<code>google::SetVersionString</code>, see <code>gflags.h</code>.</p> <h2> <A name="misc">Miscellaneous Notes</code> </h2> |