diff -r d4c2968a391f -r d7ae02390fac relpipe-data/examples/awk-through-xml.sh --- 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")) )' }