summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/tunneld/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/tunneld/main.go b/cmd/tunneld/main.go
index 995eb99..50c7c82 100644
--- a/cmd/tunneld/main.go
+++ b/cmd/tunneld/main.go
@@ -146,7 +146,7 @@ func (p *parser) apply(args []string) error {
return nil
}
- if args[0] == "include" {
+ if args[0] == "read" {
if len(args) < 2 {
return errors.New("argument expected")
}