OSDN Git Service

versioner: fix indentation in usage.
authorJosh Gao <jmgao@google.com>
Mon, 3 Apr 2017 18:24:48 +0000 (11:24 -0700)
committerJosh Gao <jmgao@google.com>
Mon, 3 Apr 2017 19:41:35 +0000 (12:41 -0700)
Test: versioner -h
Change-Id: I96cba65e53c564c8f47714c74d300e8f3dee7e82

tools/versioner/src/versioner.cpp

index e39bec0..194f276 100644 (file)
@@ -435,7 +435,7 @@ static void usage(bool help = false) {
     fprintf(stderr, "\n");
     fprintf(stderr, "Preprocessing:\n");
     fprintf(stderr, "  -o PATH\tpreprocess header files and emit them at PATH\n");
-    fprintf(stderr, "  -f\tpreprocess header files even if validation fails\n");
+    fprintf(stderr, "  -f\t\tpreprocess header files even if validation fails\n");
     fprintf(stderr, "\n");
     fprintf(stderr, "Miscellaneous:\n");
     fprintf(stderr, "  -d\t\tdump function availability\n");