1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00

Add maxage flag to match subcommand

This commit is contained in:
James Hillyerd
2017-02-05 15:15:28 -08:00
parent be4675b374
commit 64e75face8
2 changed files with 13 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ func (*mboxCmd) Synopsis() string {
}
func (*mboxCmd) Usage() string {
return `mbox [options] <mailbox>:
return `mbox [flags] <mailbox>:
output mailbox in mbox format
`
}