summaryrefslogtreecommitdiff
path: root/docs/administration/CLI_tasks
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-04-06 12:49:17 +0000
committerlain <lain@soykaf.club>2020-04-06 12:49:17 +0000
commit96ee0aadbf7f69d86b5f9feb679bcf234f23ca3d (patch)
tree99ea44e13a691f569abfd9750eb48018f9d08deb /docs/administration/CLI_tasks
parent349b9d86dc25ae9514781ef2ac56953fa357a031 (diff)
parenta43e05591639132ce121d2e14258944a53004438 (diff)
downloadpleroma-96ee0aadbf7f69d86b5f9feb679bcf234f23ca3d.tar.gz
pleroma-96ee0aadbf7f69d86b5f9feb679bcf234f23ca3d.zip
Merge branch 'improving-test-coverage' into 'develop'
Tests for emoji mix task See merge request pleroma/pleroma!2350
Diffstat (limited to 'docs/administration/CLI_tasks')
-rw-r--r--docs/administration/CLI_tasks/emoji.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/administration/CLI_tasks/emoji.md b/docs/administration/CLI_tasks/emoji.md
index efec8222c..3d524a52b 100644
--- a/docs/administration/CLI_tasks/emoji.md
+++ b/docs/administration/CLI_tasks/emoji.md
@@ -39,8 +39,8 @@ mix pleroma.emoji get-packs [option ...] <pack ...>
mix pleroma.emoji gen-pack PACK-URL
```
-Currently, only .zip archives are recognized as remote pack files and packs are therefore assumed to be zip archives. This command is intended to run interactively and will first ask you some basic questions about the pack, then download the remote file and generate an SHA256 checksum for it, then generate an emoji file list for you.
+Currently, only .zip archives are recognized as remote pack files and packs are therefore assumed to be zip archives. This command is intended to run interactively and will first ask you some basic questions about the pack, then download the remote file and generate an SHA256 checksum for it, then generate an emoji file list for you.
- The manifest entry will either be written to a newly created `index.json` file or appended to the existing one, *replacing* the old pack with the same name if it was in the file previously.
+ The manifest entry will either be written to a newly created `pack_name.json` file (pack name is asked in questions) or appended to the existing one, *replacing* the old pack with the same name if it was in the file previously.
The file list will be written to the file specified previously, *replacing* that file. You _should_ check that the file list doesn't contain anything you don't need in the pack, that is, anything that is not an emoji (the whole pack is downloaded, but only emoji files are extracted).