aboutsummaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/go/cmd/root.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/go/cmd/root.go b/client/go/cmd/root.go
index 63491f840e9..023ba18a038 100644
--- a/client/go/cmd/root.go
+++ b/client/go/cmd/root.go
@@ -33,7 +33,7 @@ Vespa documentation: https://docs.vespa.ai`,
},
Args: cobra.MinimumNArgs(1),
Run: func(cmd *cobra.Command, args []string) {
- // Root command does nothing useful by itself
+ fatalErr(nil, "invalid command: ", args[0])
},
}