diff --git a/cmd/xk6-registry/importer/root.go b/cmd/xk6-registry/importer/root.go index 2512fc3..7b1389b 100644 --- a/cmd/xk6-registry/importer/root.go +++ b/cmd/xk6-registry/importer/root.go @@ -11,7 +11,7 @@ var Cmd = &cobra.Command{ Short: "Import objects into registry", Long: "Import objects into registry from pregenerated files", Example: `xk6-registry import registry.bolt preset.json -xk6-registry import --status created registry.bolt preset.json another_preset.json`, +xk6-registry import registry.bolt preset.json another_preset.json`, RunE: runCmd, Args: cobra.MinimumNArgs(2), }