diff -r 4560c5623d7d -r ab7f333f1225 relpipe-data/examples/ssm-xmltable-1.makefile --- a/relpipe-data/examples/ssm-xmltable-1.makefile Tue May 11 21:35:54 2021 +0200 +++ b/relpipe-data/examples/ssm-xmltable-1.makefile Tue May 11 22:26:48 2021 +0200 @@ -17,4 +17,4 @@ cat build/statistics.rp | relpipe-out-tabular statistics-chart: build/statistics.rp - cat build/statistics.rp | relpipe-tr-cut ".*" "(name|.*s)" | relpipe-out-gui -title "Sane software manifesto – chart of rule types" + cat build/statistics.rp | relpipe-tr-cut --relation ".*" --attribute "(name|.*s)" | relpipe-out-gui -title "Sane software manifesto – chart of rule types"