[PATCH 1/6] trim: clean up help output

Lawrence L Love lawlove at gmail.com
Fri Oct 11 15:05:54 PDT 2013


Most of the help options have a blank line between descriptions
but a couple did not. A uniform output is more readable.

Added '\n'
between --deps and --no-deps
and
between --print-callset and --trim-spec

Signed-off-by: Lawrence L Love <lawrencex.l.love at intel.com>
---
 cli/cli_trim.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cli/cli_trim.cpp b/cli/cli_trim.cpp
index 938329c..59642d7 100644
--- a/cli/cli_trim.cpp
+++ b/cli/cli_trim.cpp
@@ -83,6 +83,7 @@ help()
         "                             calls as needed, (even if those calls were not\n"
         "                             explicitly requested with --calls or --frames).\n"
         "                             (On by default. See --no-deps or --exact)\n"
+        "\n"
         "        --no-deps            Do not perform dependency analysis. Output will\n"
         "                             not include any additional calls beyond those\n"
         "                             explicitly requested with --calls or --frames).\n"
@@ -111,6 +112,7 @@ help()
         "                             tweaking the trimmed callset from --auto on the\n"
         "                             command-line.\n"
         "                             Use --calls=@FILE to read callset from a file.\n"
+        "\n"
         "        --trim-spec=SPEC     Specifies which classes of calls will be trimmed.\n"
         "                             This option only has an effect if dependency\n"
         "                             analysis is enabled. The argument is a comma-\n"
-- 
1.8.4.rc3



More information about the apitrace mailing list