diff --git a/tools/reporter.c b/tools/reporter.c index df5a58b83..0e563ac64 100644 --- a/tools/reporter.c +++ b/tools/reporter.c @@ -585,6 +585,10 @@ static void _check_pv_list(struct cmd_context *cmd, int argc, char **argv, rescan_done = 1; } if (*argv[i] == '@') { + /* + * Tags are metadata related, not label + * related, change report type accordingly! + */ if (*report_type == LABEL) *report_type = PVS; /*