diff --git a/cli/export.go b/cli/export.go index 49b64930..860e2821 100644 --- a/cli/export.go +++ b/cli/export.go @@ -19,9 +19,9 @@ import ( ) var exportCmd = &cobra.Command{ - Use: "export [options] ", - Short: "Export data from an existing database into a JSON file", - Example: " surreal export backup.zip", + Use: "export", + Short: "Export data from an existing database", + Example: " surreal export", Run: func(cmd *cobra.Command, args []string) { // Do Stuff Here },