Minor correction to devel/schemata

In id:"87sjdm12d1.fsf@awakening.csail.mit.edu" Austin pointed out that
devel/schemata needs a slight correction with the new
--entire-thread=false option. This is that correction.
This commit is contained in:
Mark Walters 2012-06-30 12:14:15 +01:00 committed by David Bremner
parent 88b922afdc
commit 51a7cd3ddb

View file

@ -32,7 +32,7 @@ thread = [thread_node*]
# A message and its replies (show_messages)
thread_node = [
message?, # null if not matched and not --entire-thread
message|null, # null if not matched and not --entire-thread
[thread_node*] # children of message
]