From f54c93166677ab27e2dcd733c263dfbc8e91b42b Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Wed, 26 Jun 2019 20:04:49 -0400 Subject: [PATCH] cli: add missing line in --plugin-path help When doing "babeltrace2 convert --help", a line is missing from the --plugin-path option help. This patch adds it, copied from the help of the other commands. Signed-off-by: Simon Marchi Change-Id: I823385cae29afa2bfa0650d4c5dd0142dd4f9cea Reviewed-on: https://review.lttng.org/c/babeltrace/+/1549 Tested-by: jenkins Reviewed-by: Philippe Proulx --- src/cli/babeltrace2-cfg-cli-args.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cli/babeltrace2-cfg-cli-args.c b/src/cli/babeltrace2-cfg-cli-args.c index c4cb1756..ce176287 100644 --- a/src/cli/babeltrace2-cfg-cli-args.c +++ b/src/cli/babeltrace2-cfg-cli-args.c @@ -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"); -- 2.34.1