Browse Source

Fix up some headings

object-id-column
rinpatch 4 years ago
parent
commit
f5372bfb4a
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      docs/administration/CLI_tasks/instance.md
  2. +1
    -1
      docs/administration/CLI_tasks/uploads.md

+ 1
- 1
docs/administration/CLI_tasks/instance.md View File

@@ -9,7 +9,7 @@ $PREFIX gen [<options>]

If any of the options are left unspecified, you will be prompted interactively.

## Options
### Options
- `-f`, `--force` - overwrite any output files
- `-o <path>`, `--output <path>` - the output file for the generated configuration
- `--output-psql <path>` - the output file for the generated PostgreSQL setup


+ 1
- 1
docs/administration/CLI_tasks/uploads.md View File

@@ -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)

Loading…
Cancel
Save