prevent the help output of the reparse subcommand from appearing as a title in the generated documentation

This commit is contained in:
Mechiel Lukkien 2024-03-14 20:29:52 +01:00
parent 2c9cb5b847
commit dfe587fdeb
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

2
doc.go
View file

@ -969,7 +969,7 @@ refetch messages.
# mox reparse
# Parse all messages in the account or all accounts again
Parse all messages in the account or all accounts again.
Can be useful after upgrading mox with improved message parsing. Messages are
parsed in batches, so other access to the mailboxes/messages are not blocked

View file

@ -3023,7 +3023,7 @@ func ctlcmdFixmsgsize(ctl *ctl, account string) {
func cmdReparse(c *cmd) {
c.params = "[account]"
c.help = `Parse all messages in the account or all accounts again
c.help = `Parse all messages in the account or all accounts again.
Can be useful after upgrading mox with improved message parsing. Messages are
parsed in batches, so other access to the mailboxes/messages are not blocked