diff options
author | rinpatch <rinpatch@sdf.org> | 2019-04-22 11:02:31 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-04-22 11:02:31 +0300 |
commit | 952a4ae68e10129c49616aa45de47366ad8a81be (patch) | |
tree | 2257f856d1afe88ad00b0353b3f1e1e1e535bd18 /lib | |
parent | 0b6d1d920e5ca4fe840a8d1cad366cc8cc54360d (diff) | |
download | pleroma-952a4ae68e10129c49616aa45de47366ad8a81be.tar.gz |
Fix unclosed ` and put synopsis into a code block in pleroma.emoji mix
task docs
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mix/tasks/pleroma/emoji.ex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/mix/tasks/pleroma/emoji.ex b/lib/mix/tasks/pleroma/emoji.ex index 2754dd876..cced73226 100644 --- a/lib/mix/tasks/pleroma/emoji.ex +++ b/lib/mix/tasks/pleroma/emoji.ex @@ -11,7 +11,7 @@ defmodule Mix.Tasks.Pleroma.Emoji do ## ls-packs - mix pleroma.emoji ls-packs [OPTION...] + mix pleroma.emoji ls-packs [OPTION...] Lists the emoji packs and metadata specified in the manifest. @@ -23,10 +23,10 @@ defmodule Mix.Tasks.Pleroma.Emoji do ## get-packs - mix pleroma.emoji get-packs [OPTION...] PACKS + mix pleroma.emoji get-packs [OPTION...] PACKS Fetches, verifies and installs the specified PACKS from the - manifest into the `STATIC-DIR/emoji/PACK-NAME + manifest into the `STATIC-DIR/emoji/PACK-NAME` ### Options @@ -34,7 +34,7 @@ defmodule Mix.Tasks.Pleroma.Emoji do ## gen-pack - mix pleroma.emoji gen-pack PACK-URL + mix pleroma.emoji gen-pack PACK-URL Creates a new manifest entry and a file list from the specified remote pack file. Currently, only .zip archives are recognized |