From d9d06b99a4cbe03c6e40039b6d10c24686c82755 Mon Sep 17 00:00:00 2001
From: John Khvatov
- 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
.