diff options
Diffstat (limited to 'hurd/translator/storeio.mdwn')
-rw-r--r-- | hurd/translator/storeio.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/translator/storeio.mdwn b/hurd/translator/storeio.mdwn index e4482e65..8e26a959 100644 --- a/hurd/translator/storeio.mdwn +++ b/hurd/translator/storeio.mdwn @@ -27,4 +27,4 @@ You can even `ungzip` files on the fly (`bunzip2` is available as well): You can use the *typed store*, to create filter chains (of course this example is kind of useless since you could use the `gunzip` store directly): - settrans -ca node /hurd/storeio -T type gunzip:file:foo.gz + settrans -ca node /hurd/storeio -T typed gunzip:file:foo.gz |