diff options
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" |