File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ <h2> <A name=together>Putting It Together: How to Set Up Flags</A> </h2>
269
269
just a single function call:</ p >
270
270
271
271
< pre >
272
- google ::ParseCommandLineFlags(&argc, &argv, true);
272
+ gflags ::ParseCommandLineFlags(&argc, &argv, true);
273
273
</ pre >
274
274
275
275
< p > Usually, this code is at the beginning of < code > main()</ code > .
@@ -529,8 +529,8 @@ <h2> <A name="api">The API</a> </h2>
529
529
name (< code > argv[0]</ code > ).</ p >
530
530
531
531
< p > For more information about these routines, and other useful helper
532
- methods such as < code > google ::SetUsageMessage()</ code > and
533
- < code > google ::SetVersionString</ code > , see < code > gflags.h</ code > .</ p >
532
+ methods such as < code > gflags ::SetUsageMessage()</ code > and
533
+ < code > gflags ::SetVersionString</ code > , see < code > gflags.h</ code > .</ p >
534
534
535
535
536
536
< h2 > < A name ="misc "> Miscellaneous Notes</ code > </ h2 >
You can’t perform that action at this time.
0 commit comments