Fix: `babeltrace2 convert`: don't consider the `--plugin-path` opt.
[babeltrace.git] / src / cli / babeltrace2-cfg-cli-args.c
index a0da0ddf52d43e268806003813f856c8678bd9c5..2fdadf219958088e13c5122a9fc445945df65464 100644 (file)
@@ -2422,7 +2422,6 @@ const struct argpar_opt_descr convert_options[] = {
        { OPT_OUTPUT, 'w', "output", true },
        { OPT_OUTPUT_FORMAT, 'o', "output-format", true },
        { OPT_PARAMS, 'p', "params", true },
-       { OPT_PLUGIN_PATH, '\0', "plugin-path", true },
        { OPT_RETRY_DURATION, '\0', "retry-duration", true },
        { OPT_RUN_ARGS, '\0', "run-args", false },
        { OPT_RUN_ARGS_0, '\0', "run-args-0", false },
This page took 0.02602 seconds and 4 git commands to generate.