Docs: lttng-crash refers to "lttng"
[lttng-tools.git] / src / bin / lttng-crash / lttng-crash.c
index f34e618949efdbfe116a5785068e9a602f41bae5..793877d9d846fd06c906488926884971632fe60d 100644 (file)
@@ -209,7 +209,7 @@ static void usage(FILE *ofp)
 {
        fprintf(ofp, "LTTng Crash Trace Viewer " VERSION " - " VERSION_NAME "%s\n\n",
                GIT_VERSION[0] == '\0' ? "" : " - " GIT_VERSION);
-       fprintf(ofp, "usage: lttng [OPTIONS] FILE\n");
+       fprintf(ofp, "usage: lttng-crash [OPTIONS] FILE\n");
        fprintf(ofp, "\n");
        fprintf(ofp, "Options:\n");
        fprintf(ofp, "  -V, --version              Show version.\n");
@@ -1001,6 +1001,9 @@ int extract_trace_recursive(const char *output_path,
 
                        ret = extract_trace_recursive(output_subpath,
                                input_subpath);
+                       if (ret) {
+                               has_warning = 1;
+                       }
                        break;
                }
                case DT_REG:
This page took 0.024327 seconds and 4 git commands to generate.