This commit is contained in:
Ralph Slooten
2026-05-14 15:13:43 +12:00
parent 4ab532b9aa
commit b82960928a

View File

@@ -9,7 +9,7 @@ import (
// dumpCmd represents the dump command
var dumpCmd = &cobra.Command{
Use: "dump <database> <output-dir>",
Use: "dump <output-dir>",
Short: "Dump all messages from a database to a directory",
Long: `Dump all messages stored in Mailpit into a local directory as individual files.