Skip to content

Commit

Permalink
added lang parameter in usage
Browse files Browse the repository at this point in the history
  • Loading branch information
dom committed Jun 9, 2010
1 parent fe0d6ea commit bba833f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions grammar/ebnf2turtle.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Invoke a la::
python bnf2turtle.py foo.bnf pfx uri >foo.ttl
python bnf2turtle.py foo.bnf pfx lang uri >foo.ttl
where foo.bnf is full of lines like::
Expand Down Expand Up @@ -562,7 +562,10 @@ def _test():
else: main(sys.argv)

# $Log$
# Revision 1.11 2006-11-15 19:59:25 connolly
# Revision 1.12 2010-06-09 15:17:33 dom
# added lang parameter in usage
#
# Revision 1.11 2006/11/15 19:59:25 connolly
# change rep to plus, eps to empty
#
# Revision 1.10 2006/06/21 00:53:31 connolly
Expand Down

0 comments on commit bba833f

Please sign in to comment.