Minor --help update with missing dots am: 56a0c83c32 am: 397be39ff5
am: 76df3e2b7a

Change-Id: I296d65771b75c21b6ba8a8cde08eef24d85f940a
diff --git a/main.cpp b/main.cpp
index d0bd4a8..098984e 100644
--- a/main.cpp
+++ b/main.cpp
@@ -1066,7 +1066,7 @@
     },
     {
         "c++-impl-headers",
-        "c++-impl but headers only",
+        "c++-impl but headers only.",
         OutputMode::NEEDS_DIR,
         Coordinator::Location::DIRECT,
         GenerationGranularity::PER_FILE,
@@ -1075,7 +1075,7 @@
     },
     {
         "c++-impl-sources",
-        "c++-impl but sources only",
+        "c++-impl but sources only.",
         OutputMode::NEEDS_DIR,
         Coordinator::Location::DIRECT,
         GenerationGranularity::PER_FILE,
@@ -1093,7 +1093,7 @@
     },
     {
         "c++-adapter-headers",
-        "c++-adapter but helper headers only",
+        "c++-adapter but helper headers only.",
         OutputMode::NEEDS_DIR,
         Coordinator::Location::GEN_OUTPUT,
         GenerationGranularity::PER_FILE,
@@ -1102,7 +1102,7 @@
     },
     {
         "c++-adapter-sources",
-        "c++-adapter but helper sources only",
+        "c++-adapter but helper sources only.",
         OutputMode::NEEDS_DIR,
         Coordinator::Location::GEN_OUTPUT,
         GenerationGranularity::PER_FILE,
@@ -1111,7 +1111,7 @@
     },
     {
         "c++-adapter-main",
-        "c++-adapter but the adapter binary source only",
+        "c++-adapter but the adapter binary source only.",
         OutputMode::NEEDS_DIR,
         Coordinator::Location::DIRECT,
         GenerationGranularity::PER_PACKAGE,
@@ -1256,7 +1256,7 @@
     fprintf(stderr, "         -O <owner>: The owner of the module for -Landroidbp(-impl)?.\n");
     fprintf(stderr, "         -o <output path>: Location to output files.\n");
     fprintf(stderr, "         -p <root path>: Android build root, defaults to $ANDROID_BUILD_TOP or pwd.\n");
-    fprintf(stderr, "         -R: Do not add default package roots if not specified in -r\n");
+    fprintf(stderr, "         -R: Do not add default package roots if not specified in -r.\n");
     fprintf(stderr, "         -r <package:path root>: E.g., android.hardware:hardware/interfaces.\n");
     fprintf(stderr, "         -v: verbose output.\n");
     fprintf(stderr, "         -d <depfile>: location of depfile to write to.\n");