]> cat aescling's git repositories - mastodon.git/commitdiff
Remove unused option from tootctl accounts cull (#12074)
authorJeong Arm <kjwonmail@gmail.com>
Sun, 6 Oct 2019 02:30:07 +0000 (11:30 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Sun, 6 Oct 2019 02:30:07 +0000 (04:30 +0200)
lib/mastodon/accounts_cli.rb

index a09a6ab040ad01220024f00a226e9fa8a937eee8..6dbb7568993c1a817065cdbf8150718b552b3df7 100644 (file)
@@ -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