Skip to content

Commit bbd310c

Browse files
dariusknightpool
authored andcommitted
Specify gzip required in tootctl emoji help (mastodon#11000)
1 parent 38ab095 commit bbd310c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/mastodon/emoji_cli.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ def self.exit_on_failure?
1515
option :suffix
1616
option :overwrite, type: :boolean
1717
option :unlisted, type: :boolean
18-
desc 'import PATH', 'Import emoji from a TAR archive at PATH'
18+
desc 'import PATH', 'Import emoji from a TAR GZIP archive at PATH'
1919
long_desc <<-LONG_DESC
20-
Imports custom emoji from a TAR archive specified by PATH.
20+
Imports custom emoji from a TAR GZIP archive specified by PATH.
2121
2222
Existing emoji will be skipped unless the --overwrite option
2323
is provided, in which case they will be overwritten.

0 commit comments

Comments
 (0)