about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md index 34560fd..da9eda9 100644 --- a/README.md +++ b/README.md
@@ -55,7 +55,9 @@ one will be created that will simply `cat` the file being processed.
55The following variable is made available to __TM__: 55The following variable is made available to __TM__:
56 56
57<ul> 57<ul>
58 <li><strong>FN</strong>: the <em>FileName</em> 58 <li><strong>F</strong>: the <em>File</em> name passed to
59 <strong>TM</strong></li>
60 <li><strong>N</strong>: the <em>fileName</em>
59 (with directories removed) of the file being processed</li> 61 (with directories removed) of the file being processed</li>
60</ul> 62</ul>
61 63