Update tootctl.md

Added information about emoji file names in order to improve import procedure.
This commit is contained in:
Wurzelmann 2023-02-25 09:34:43 +01:00 committed by GitHub
parent b458498d25
commit a933405a8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -528,7 +528,7 @@ Exports custom emoji to `export.tar.gz` at PATH.
### `tootctl emoji import` {#emoji-import}
Imports custom emoji from a .tar.gz archive at a given path. The archive should contain PNG or GIF files no larger than 50KB, and the shortcode will be set equal to the filename minus the extension, with optional prefixes and/or suffixes.
Imports custom emoji from a .tar.gz archive at a given path. The archive should contain PNG or GIF files no larger than 50KB, and the shortcode will be set equal to the filename minus the extension, with optional prefixes and/or suffixes. File names must be alphanumerical only, otherwise the import will fail.
`PATH`
: Path to create a .tar.gz archive containing pictures. {{<required>}}
@ -903,4 +903,4 @@ Upgrade the storage schema to store all non-local media resources in a top-level
: Print expected results only, without performing any actions.
**Version history:**\
3.1.4 - added
3.1.4 - added