relpipe-data/examples-in-xmltable-ssm-gui.xml
branchv_0
changeset 326 ab7f333f1225
parent 272 a756214f1ee8
--- a/relpipe-data/examples-in-xmltable-ssm-gui.xml	Tue May 11 21:35:54 2021 +0200
+++ b/relpipe-data/examples-in-xmltable-ssm-gui.xml	Tue May 11 22:26:48 2021 +0200
@@ -39,8 +39,8 @@
 			Thanks to regular expressions, it is very concise. But of course, we can make it more explicit:
 		</p>
 		
-		<m:pre jazyk="bash"><![CDATA[relpipe-tr-cut "chapter" "(name|requirements|recommendations|informations)"
-# relation name ^          ^ attribute names to be passed through (others are filtered out)]]></m:pre>
+		<m:pre jazyk="bash"><![CDATA[relpipe-tr-cut --relation "chapter" --attribute "(name|requirements|recommendations|informations)"
+#            relation name ^                     ^ attribute names to be passed through (others are filtered out)]]></m:pre>
 		
 		<p>We also set the window title (using the <code>-title</code> Qt option) and get the chart:</p>