Skip to content

Commit

Permalink
Remove unused option from tootctl accounts cull (mastodon#12074)
Browse files Browse the repository at this point in the history
  • Loading branch information
tribela authored and Gargron committed Oct 6, 2019
1 parent 4592c69 commit c4fbfaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/mastodon/accounts_cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ def backup(username)
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
Expand Down

0 comments on commit c4fbfaf

Please sign in to comment.