Index: tools/flags/SkCommandLineFlags.h |
diff --git a/tools/flags/SkCommandLineFlags.h b/tools/flags/SkCommandLineFlags.h |
index 909718d3e79fa404c273541d4db89455176821e9..2c77cbf35ee5c6764f2dc8982eac51ed6c68b2da 100644 |
--- a/tools/flags/SkCommandLineFlags.h |
+++ b/tools/flags/SkCommandLineFlags.h |
@@ -108,6 +108,11 @@ public: |
static void SetUsage(const char* usage); |
/** |
+ * Call this to display the help message. Should be called after SetUsage. |
+ */ |
+ static void PrintUsage(); |
+ |
+ /** |
* Call at the beginning of main to parse flags created by DEFINE_x, above. |
* Must only be called once. |
*/ |