From 05c885e7b6fe559897277b353df78f48d34bdb77 Mon Sep 17 00:00:00 2001 From: Thorsten Reiter <34274688+reithor@users.noreply.github.com> Date: Fri, 3 Jun 2022 15:33:59 +0200 Subject: [PATCH] Fixed order in i:images:resize-original Command php bin/console ibexa:images:resize-original --help ``` Usage: ibexa:images:resize-original [options] [--] ezplatform:images:resize-original ``` --- docs/guide/images.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/images.md b/docs/guide/images.md index fb62b06639..380d99db95 100644 --- a/docs/guide/images.md +++ b/docs/guide/images.md @@ -91,7 +91,7 @@ You can resize all original images of a chosen Content Type with the following command. ``` bash -php bin/console ibexa:images:resize-original -f +php bin/console ibexa:images:resize-original -f ``` You must provide the command with: @@ -103,7 +103,7 @@ You must provide the command with: For example: ``` bash -php bin/console ibexa:images:resize-original photo image -f small_image +php bin/console ibexa:images:resize-original image photo -f small_image ``` You can also pass two additional parameters: