diff options
author | Lawrence L Love <lawlove@gmail.com> | 2013-10-11 15:05:54 -0700 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2013-12-10 18:10:49 +0000 |
commit | be6bb68285002607d1c9511bb4f6dccc84495456 (patch) | |
tree | 0426a8347e314b53ba2784c7a42c25e1f5ad4446 /cli | |
parent | 636a92e0f26390b60b99e0904120ce147f2d4983 (diff) |
trim: clean up help output
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@intel.com>
Diffstat (limited to 'cli')
-rw-r--r-- | cli/cli_trim.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/cli_trim.cpp b/cli/cli_trim.cpp index 67e9d4d7..0d08c7d1 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" |