X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=converter%2Fbabeltrace.c;h=abfe17845ad3801208ccc24bae4d795fc50a800e;hb=5e28eb5b07a06ea6ed6c4155bc8293d1a8708d11;hp=c5a7a7e2e2a781fdea1efe5e07c7997a670e9c9b;hpb=c01dcd34190724f3b2c2a8a4e180fe4a289c6d71;p=babeltrace.git diff --git a/converter/babeltrace.c b/converter/babeltrace.c index c5a7a7e2..abfe1784 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");