mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-26 09:01:36 +01:00
Specify gzip required in tootctl emoji help (#11000)
This commit is contained in:
parent
537e928186
commit
4431ce52a6
1 changed files with 2 additions and 2 deletions
|
@ -15,9 +15,9 @@ module Mastodon
|
|||
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.
|
||||
|
|
Loading…
Reference in a new issue