diff options
author | rinpatch <rinpatch@sdf.org> | 2019-10-03 09:36:35 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-10-03 09:36:35 +0300 |
commit | f5372bfb4a65c8324926965fe34c920bc2449bc5 (patch) | |
tree | 00e240980322b02de63f75bc23680040afd444aa /docs/administration/CLI_tasks/uploads.md | |
parent | d39ccc2e7ffd019f8fe2438f388c0a0bb8aac34a (diff) | |
download | pleroma-f5372bfb4a65c8324926965fe34c920bc2449bc5.tar.gz pleroma-f5372bfb4a65c8324926965fe34c920bc2449bc5.zip |
Fix up some headings
Diffstat (limited to 'docs/administration/CLI_tasks/uploads.md')
-rw-r--r-- | docs/administration/CLI_tasks/uploads.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/administration/CLI_tasks/uploads.md b/docs/administration/CLI_tasks/uploads.md index a72bbd01f..321ec5e74 100644 --- a/docs/administration/CLI_tasks/uploads.md +++ b/docs/administration/CLI_tasks/uploads.md @@ -6,7 +6,7 @@ Every command should be ran with a prefix, in case of OTP releases it is `./bin/ ```sh $PREFIX migrate_local TARGET_UPLOADER [OPTIONS...] ``` -## Options +### Options - `--delete` - delete local uploads after migrating them to the target uploader A list of available uploaders can be seen in [Configuration Cheat Sheet](../../configuration/cheatsheet.md#pleromaupload) |