Merge branch 'tests/openapi-everywhere' into 'develop'
[akkoma] / docs / administration / CLI_tasks / uploads.md
index e36c94c389985ab09dc551146fb69d64433e847c..8585ec76bcebb3cf91813bc03d58447db31180cb 100644 (file)
@@ -3,13 +3,17 @@
 {! backend/administration/CLI_tasks/general_cli_task_info.include !}
 
 ## Migrate uploads from local to remote storage
-```sh tab="OTP"
- ./bin/pleroma_ctl uploads migrate_local <target_uploader> [<options>]
-```
+=== "OTP"
 
-```sh tab="From Source"
-mix pleroma.uploads migrate_local <target_uploader> [<options>]
-```
+    ```sh
+     ./bin/pleroma_ctl uploads migrate_local <target_uploader> [option ...]
+    ```
+
+=== "From Source"
+
+    ```sh
+    mix pleroma.uploads migrate_local <target_uploader> [option ...]
+    ```
 
 ### Options
 - `--delete` - delete local uploads after migrating them to the target uploader