aboutsummaryrefslogtreecommitdiff
path: root/src/transform.c
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-10-06 20:13:43 +0200
committerPřemysl Eric Janouch <p@janouch.name>2021-10-06 22:04:55 +0200
commit6c364dc99766bfd3bd86cd262db37b1a766dca1e (patch)
tree1fc41ab8c05071864dd80ec883eaa36a170b462d /src/transform.c
parent690402f2e18e9a944b77147de4b3a678cca6d162 (diff)
downloadtdv-6c364dc99766bfd3bd86cd262db37b1a766dca1e.tar.gz
tdv-6c364dc99766bfd3bd86cd262db37b1a766dca1e.tar.xz
tdv-6c364dc99766bfd3bd86cd262db37b1a766dca1e.zip
Add an implementation of tabfile
The original one is a horrible thing. Now we're self-reliant.
Diffstat (limited to 'src/transform.c')
-rw-r--r--src/transform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transform.c b/src/transform.c
index e3e8d4d..2144c6b 100644
--- a/src/transform.c
+++ b/src/transform.c
@@ -3,7 +3,7 @@
*
* The external filter needs to process NUL-separated textual entries.
*
- * Example: transform input.info output -- perl -p0e s/bullshit/soykaf/g
+ * Example: transform input.ifo output -- perl -p0e s/bullshit/soykaf/g
*
* Copyright (c) 2020, Přemysl Eric Janouch <p@janouch.name>
*