relpipe-data/examples/awk-through-xml.sh
branchv_0
changeset 316 d7ae02390fac
parent 288 5cf3a702f47d
--- a/relpipe-data/examples/awk-through-xml.sh	Sat Sep 12 13:20:21 2020 +0200
+++ b/relpipe-data/examples/awk-through-xml.sh	Fri Sep 25 14:38:24 2020 +0200
@@ -41,8 +41,8 @@
 	#		"SELECT * FROM policy WHERE policy = 'allow' AND user <> 'root'"
 	#	--copy 'limit'
 
-	# Or using Guile (Scheme):
-	# relpipe-tr-guile \
+	# Or using Scheme:
+	# relpipe-tr-scheme \
 	#	--relation policy \
 	#	--where '(and (string= $policy "allow") (not (string= $user "root")) )'
 }