From: rinpatch Date: Thu, 3 Oct 2019 06:38:24 +0000 (+0300) Subject: Use consistent command signature X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=8fd47a4a5a9704a523046e7b8d2cdac3f090acea;p=akkoma Use consistent command signature --- diff --git a/docs/administration/CLI_tasks/uploads.md b/docs/administration/CLI_tasks/uploads.md index 321ec5e74..71800e341 100644 --- a/docs/administration/CLI_tasks/uploads.md +++ b/docs/administration/CLI_tasks/uploads.md @@ -4,7 +4,7 @@ Every command should be ran with a prefix, in case of OTP releases it is `./bin/ ## Migrate uploads from local to remote storage ```sh -$PREFIX migrate_local TARGET_UPLOADER [OPTIONS...] +$PREFIX migrate_local [] ``` ### Options - `--delete` - delete local uploads after migrating them to the target uploader