forked from AkkomaGang/akkoma
Keep the shortdoc descriptive
This commit is contained in:
parent
cbe048bb3f
commit
993c8c8bd4
1 changed files with 1 additions and 3 deletions
|
@ -6,10 +6,8 @@ defmodule Mix.Tasks.Pleroma.Uploads do
|
|||
require Logger
|
||||
|
||||
@log_every 50
|
||||
@shortdoc "Manages uploads"
|
||||
@shortdoc "Migrates uploads from local to remote storage"
|
||||
@moduledoc """
|
||||
Manages uploads.
|
||||
|
||||
## Migrate uploads from local to remote storage
|
||||
mix pleroma.uploads migrate_local TARGET_UPLOADER [OPTIONS...]
|
||||
Options:
|
||||
|
|
Loading…
Reference in a new issue