summaryrefslogtreecommitdiff
path: root/pkg/server/hook/hex.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/server/hook/hex.go')
-rw-r--r--pkg/server/hook/hex.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/server/hook/hex.go b/pkg/server/hook/hex.go
index 362dbd4..4d7f1e7 100644
--- a/pkg/server/hook/hex.go
+++ b/pkg/server/hook/hex.go
@@ -24,5 +24,5 @@ func (hexPipe) Recv(rq, wq queue.Q) error {
}
func init() {
- registerPipe("hex", hexPipe{})
+ registerPipe("hex", "stream hexify out/", hexPipe{})
}