]> cat aescling's git repositories - mastodon.git/commitdiff
Specify gzip required in tootctl emoji help (#11000)
authorDarius Kazemi <darius.kazemi@gmail.com>
Sat, 8 Jun 2019 16:43:11 +0000 (11:43 -0500)
committernightpool <nightpool@users.noreply.github.com>
Sat, 8 Jun 2019 16:43:11 +0000 (12:43 -0400)
lib/mastodon/emoji_cli.rb

index 32827dd45650aa9be23bbbb1a881ced79cc4c8c9..97a822e4558dead73b7f38948230477c8d1d17c5 100644 (file)
@@ -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.