diff options
author | Case Duckworth | 2019-07-01 17:31:25 -0500 |
---|---|---|
committer | Case Duckworth | 2019-07-01 17:31:25 -0500 |
commit | 444c70483c5e3fb370fe767ffaa378090113bb07 (patch) | |
tree | 5647f0e6049bed407185fccc482231e6e73af260 | |
parent | Abort on error (diff) | |
download | unk-444c70483c5e3fb370fe767ffaa378090113bb07.tar.gz unk-444c70483c5e3fb370fe767ffaa378090113bb07.zip |
Update variables
-rw-r--r-- | README.md | 4 |
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. | |||
55 | The following variable is made available to __TM__: | 55 | The 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 | ||