From: Darius Kazemi Date: Sat, 8 Jun 2019 16:43:11 +0000 (-0500) Subject: Specify gzip required in tootctl emoji help (#11000) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=4431ce52a61913645238f2372b470b2e0c281045;p=mastodon.git Specify gzip required in tootctl emoji help (#11000) --- diff --git a/lib/mastodon/emoji_cli.rb b/lib/mastodon/emoji_cli.rb index 32827dd45..97a822e45 100644 --- a/lib/mastodon/emoji_cli.rb +++ b/lib/mastodon/emoji_cli.rb @@ -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.