From af3d7ced3407534a36d4365c047a998b17f65591 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Fri, 22 Apr 2016 17:31:17 -0400 Subject: [PATCH] Docs: Add --debug-info-target-prefix to man page MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- converter/babeltrace.c | 3 +-- doc/babeltrace.1 | 7 +++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/converter/babeltrace.c b/converter/babeltrace.c index ff8a6c54..d80b1198 100644 --- a/converter/babeltrace.c +++ b/converter/babeltrace.c @@ -192,9 +192,8 @@ static void usage(FILE *fp) #ifdef ENABLE_DEBUGINFO fprintf(fp, " --debug-info-dir Directory in which to look for debugging information\n"); fprintf(fp, " files. (default: /usr/lib/debug/)\n"); - fprintf(fp, " --debug-info-full-path Show full debug info source and binary paths (if available)\n"); fprintf(fp, " --debug-info-target-prefix Directory to use as a prefix for executable lookup\n"); - fprintf(fp, " during debug info analysis.\n"); + fprintf(fp, " --debug-info-full-path Show full debug info source and binary paths (if available)\n"); #endif list_formats(fp); fprintf(fp, "\n"); diff --git a/doc/babeltrace.1 b/doc/babeltrace.1 index 60712b39..d621623d 100644 --- a/doc/babeltrace.1 +++ b/doc/babeltrace.1 @@ -75,8 +75,11 @@ Print clock in GMT time zone (default: local time zone) .BR "--stream-intersection" Only print events when all streams are active .TP -.BR "--debug-info-full-dir" -Directory in which to look for debugging information files. (default: /usr/lib/debug/) +.BR "--debug-info-dir" +Directory in which to look for debugging information files (default: /usr/lib/debug/) +.TP +.BR "--debug-info-target-prefix" +Directory to use as a prefix for executable lookup .TP .BR "--debug-info-full-path" Show full debug info source and binary paths (if available) -- 2.34.1