Browse Source

Fix typo in tootctl statuses remove (#12603)

master
trwnh 4 years ago
committed by Eugen Rochko
parent
commit
1c10283217
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/mastodon/statuses_cli.rb

+ 1
- 1
lib/mastodon/statuses_cli.rb View File

@ -20,7 +20,7 @@ module Mastodon
by someone locally but no longer are.
This is a computationally heavy procedure that creates extra database
indicides before commencing, and removes them afterward.
indices before commencing, and removes them afterward.
LONG_DESC
def remove
say('Creating temporary database indices...')

Loading…
Cancel
Save