diff --git a/doc/gflags.html b/doc/gflags.html index 1a887b4..3a66713 100644 --- a/doc/gflags.html +++ b/doc/gflags.html @@ -269,7 +269,7 @@ the getopt library, but has much less overhead to use. In fact, it's just a single function call:
- google::ParseCommandLineFlags(&argc, &argv, true); + gflags::ParseCommandLineFlags(&argc, &argv, true);
Usually, this code is at the beginning of main()
.
@@ -529,8 +529,8 @@ access parts of argv
outside main, including the program
name (argv[0]
).
For more information about these routines, and other useful helper
-methods such as google::SetUsageMessage()
and
-google::SetVersionString
, see gflags.h
.
gflags::SetUsageMessage()
and
+gflags::SetVersionString
, see gflags.h
.