about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorJeong Arm <kjwonmail@gmail.com>2019-10-06 11:30:07 +0900
committerEugen Rochko <eugen@zeonfederated.com>2019-10-06 04:30:07 +0200
commitc4fbfaf0b85a589fd669d097471be6bfb82620c6 (patch)
tree9ad905400e5b774455ccac0ba3c31a9c0e89ab1e /lib
parent4592c69b07973ea80a2aa77becf330fce37b0d4a (diff)
Remove unused option from tootctl accounts cull (#12074)
Diffstat (limited to 'lib')
-rw-r--r--lib/mastodon/accounts_cli.rb1
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