cli: add missing line in --plugin-path help
[babeltrace.git] / src / cli / babeltrace2-cfg-cli-args.c
index c4cb1756ce7361aa8db1af36513634e150233477..ce1762876afa6bee43a176556e3e44ab3babf6e1 100644 (file)
@@ -2868,6 +2868,7 @@ void print_convert_usage(FILE *fp)
        fprintf(fp, "  -P, --path=PATH                   Set the `path` string parameter of the\n");
        fprintf(fp, "                                    current component to PATH\n");
        fprintf(fp, "      --plugin-path=PATH[:PATH]...  Add PATH to the list of paths from which\n");
+       fprintf(fp, "                                    dynamic plugins can be loaded\n");
        fprintf(fp, "      --retry-duration=DUR          When babeltrace2(1) needs to retry to run\n");
        fprintf(fp, "                                    the graph later, retry in DUR µs\n");
        fprintf(fp, "                                    (default: 100000)\n");
This page took 0.022904 seconds and 4 git commands to generate.