diff options
Diffstat (limited to 'examples/ini')
| -rw-r--r-- | examples/ini/ini.tm | 2 | ||||
| -rw-r--r-- | examples/ini/modules.ini | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/examples/ini/ini.tm b/examples/ini/ini.tm index 9bcfb3a4..4dc27725 100644 --- a/examples/ini/ini.tm +++ b/examples/ini/ini.tm @@ -1,5 +1,5 @@ -use patterns_v1.0 +use patterns _USAGE := " Usage: ini <filename> "[section[/key]]" diff --git a/examples/ini/modules.ini b/examples/ini/modules.ini new file mode 100644 index 00000000..fb52a859 --- /dev/null +++ b/examples/ini/modules.ini @@ -0,0 +1,2 @@ +[patterns] +version=v1.0 |
