summaryrefslogtreecommitdiff
path: root/src/demo.sml
diff options
context:
space:
mode:
authorGravatar Ziv Scully <ziv@mit.edu>2014-09-13 19:16:07 -0400
committerGravatar Ziv Scully <ziv@mit.edu>2014-09-13 19:16:07 -0400
commita7bfe57a2a355c5362d33e993394aa0bac300360 (patch)
tree1f81b256828f90ff34656d7d8fe703ce13d22e48 /src/demo.sml
parent6b6635f390cc072971dcc7b37af00bca21c48364 (diff)
parent5d2d4930568267b0e205ece3d4908cdc7ff715a1 (diff)
Merge.
Diffstat (limited to 'src/demo.sml')
-rw-r--r--src/demo.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demo.sml b/src/demo.sml
index 26dcfa95..17de80ee 100644
--- a/src/demo.sml
+++ b/src/demo.sml
@@ -410,7 +410,7 @@ fun make' {prefix, dirname, guided} =
app (fn rule =>
(TextIO.output (outf, "rewrite ");
TextIO.output (outf, case #pkind rule of
- Settings.Any => "any"
+ Settings.Any => "all"
| Settings.Url => "url"
| Settings.Table => "table"
| Settings.Sequence => "sequence"