Skip to content

Commit

Permalink
Specify gzip required in tootctl emoji help (mastodon#11000)
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusk authored and hiyuki2578 committed Oct 2, 2019
1 parent 69f3a29 commit 458bd46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/mastodon/emoji_cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ def self.exit_on_failure?
option :suffix
option :overwrite, type: :boolean
option :unlisted, type: :boolean
desc 'import PATH', 'Import emoji from a TAR archive at PATH'
desc 'import PATH', 'Import emoji from a TAR GZIP archive at PATH'
long_desc <<-LONG_DESC
Imports custom emoji from a TAR archive specified by PATH.
Imports custom emoji from a TAR GZIP archive specified by PATH.
Existing emoji will be skipped unless the --overwrite option
is provided, in which case they will be overwritten.
Expand Down

0 comments on commit 458bd46

Please sign in to comment.