We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38ab095 commit bbd310cCopy full SHA for bbd310c
1 file changed
lib/mastodon/emoji_cli.rb
@@ -15,9 +15,9 @@ def self.exit_on_failure?
15
option :suffix
16
option :overwrite, type: :boolean
17
option :unlisted, type: :boolean
18
- desc 'import PATH', 'Import emoji from a TAR archive at PATH'
+ desc 'import PATH', 'Import emoji from a TAR GZIP archive at PATH'
19
long_desc <<-LONG_DESC
20
- Imports custom emoji from a TAR archive specified by PATH.
+ Imports custom emoji from a TAR GZIP archive specified by PATH.
21
22
Existing emoji will be skipped unless the --overwrite option
23
is provided, in which case they will be overwritten.
0 commit comments