[compiler-rt] Make print_module_map description consistent with the rest.
authorVitaly Buka <vitalybuka@google.com>
Thu, 25 May 2017 18:07:48 +0000 (18:07 +0000)
committerVitaly Buka <vitalybuka@google.com>
Thu, 25 May 2017 18:07:48 +0000 (18:07 +0000)
Reviewers: eugenis

Subscribers: llvm-commits, kubamracek

Differential Revision: https://reviews.llvm.org/D33160

llvm-svn: 303892

compiler-rt/lib/sanitizer_common/sanitizer_flags.inc

index 1972bda..dad0813 100644 (file)
@@ -75,8 +75,8 @@ COMMON_FLAG(bool, print_summary, true,
             "If false, disable printing error summaries in addition to error "
             "reports.")
 COMMON_FLAG(int, print_module_map, 0,
-            "OS X only. 0 = don't print, 1 = print only once before process "
-            "exits, 2 = print after each report.")
+            "OS X only (0 - don't print, 1 - print only once before process "
+            "exits, 2 - print after each report).")
 COMMON_FLAG(bool, check_printf, true, "Check printf arguments.")
 #define COMMON_FLAG_HANDLE_SIGNAL_HELP(signal) \
     "Controls custom tool's " #signal " handler (0 - do not registers the " \