소스 검색

Specify gzip required in tootctl emoji help (#11000)

master^2
Darius Kazemi 5 년 전
committed by nightpool
부모
커밋
4431ce52a6
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      lib/mastodon/emoji_cli.rb

+ 2
- 2
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.


불러오는 중...
취소
저장