Docs: Add --debug-info-target-prefix to man page
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 22 Apr 2016 21:31:17 +0000 (17:31 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 3 May 2016 19:42:42 +0000 (15:42 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
converter/babeltrace.c
doc/babeltrace.1

index ff8a6c54e7dc6c7d7fc1e1b2bd9c59b6563b6283..d80b1198fafe2cb58dacca8bc185f75bcf2b0f97 100644 (file)
@@ -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");
 #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, "      --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");
 #endif
        list_formats(fp);
        fprintf(fp, "\n");
index 60712b391c3bd34c3379e9aa17903d58934492da..d621623d3b4360bd9971fd5b0ef3529da0215a13 100644 (file)
@@ -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 "--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)
 .TP
 .BR "--debug-info-full-path"
 Show full debug info source and binary paths (if available)
This page took 0.026038 seconds and 4 git commands to generate.