diff --git a/cmd/dump.go b/cmd/dump.go index e644763..a487a15 100644 --- a/cmd/dump.go +++ b/cmd/dump.go @@ -9,7 +9,7 @@ import ( // dumpCmd represents the dump command var dumpCmd = &cobra.Command{ - Use: "dump ", + Use: "dump ", Short: "Dump all messages from a database to a directory", Long: `Dump all messages stored in Mailpit into a local directory as individual files.