diff options
author | Jeong Arm <kjwonmail@gmail.com> | 2019-10-06 11:30:07 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-10-06 04:30:07 +0200 |
commit | c4fbfaf0b85a589fd669d097471be6bfb82620c6 (patch) | |
tree | 9ad905400e5b774455ccac0ba3c31a9c0e89ab1e | |
parent | 4592c69b07973ea80a2aa77becf330fce37b0d4a (diff) |
Remove unused option from tootctl accounts cull (#12074)
-rw-r--r-- | lib/mastodon/accounts_cli.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/mastodon/accounts_cli.rb b/lib/mastodon/accounts_cli.rb index a09a6ab04..6dbb75689 100644 --- a/lib/mastodon/accounts_cli.rb +++ b/lib/mastodon/accounts_cli.rb @@ -211,7 +211,6 @@ module Mastodon end option :concurrency, type: :numeric, default: 5, aliases: [:c] - option :verbose, type: :boolean, aliases: [:v] option :dry_run, type: :boolean desc 'cull', 'Remove remote accounts that no longer exist' long_desc <<-LONG_DESC |