Fix unclosed ` and put synopsis into a code block in pleroma.emoji mix
authorrinpatch <rinpatch@sdf.org>
Mon, 22 Apr 2019 08:02:31 +0000 (11:02 +0300)
committerrinpatch <rinpatch@sdf.org>
Mon, 22 Apr 2019 08:02:31 +0000 (11:02 +0300)
task docs

lib/mix/tasks/pleroma/emoji.ex

index 2754dd8763f298fea7874318c7997796a5597fc0..cced732267a482b6dbb95def9ed71ecb792ad720 100644 (file)
@@ -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