Fix help text around tootctl email_domain_blocks
(#14147)
This commit is contained in:
parent
a1ad2ad951
commit
4662afe075
2 changed files with 18 additions and 13 deletions
|
@ -54,7 +54,7 @@ module Mastodon
|
|||
desc 'upgrade SUBCOMMAND ...ARGS', 'Various version upgrade utilities'
|
||||
subcommand 'upgrade', Mastodon::UpgradeCLI
|
||||
|
||||
desc 'email-domain-blocks SUBCOMMAND ...ARGS', 'Manage E-mail domain blocks'
|
||||
desc 'email_domain_blocks SUBCOMMAND ...ARGS', 'Manage e-mail domain blocks'
|
||||
subcommand 'email_domain_blocks', Mastodon::EmailDomainBlocksCLI
|
||||
|
||||
option :dry_run, type: :boolean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue