From aa4db53392a16339d2c43d7b2c33ddc2d3d09e20 Mon Sep 17 00:00:00 2001 From: Nicola Apicella Date: Sat, 17 Aug 2024 01:24:04 +0200 Subject: [PATCH] Docs: Fix typo Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com> --- docs/administration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/administration.md b/docs/administration.md index 29027943b..1bcaa04f2 100644 --- a/docs/administration.md +++ b/docs/administration.md @@ -311,7 +311,7 @@ value set in `-zn` or `--zip-name`. If `--data-only` is provided, only the database will be exported. This option is intended to facilitate database upgrades without needing to clean documents and thumbnails from the media directory. -If `--no-progress-bar` is provided, the progress bar will be hidenn, rendering the +If `--no-progress-bar` is provided, the progress bar will be hidden, rendering the exporter quiet. This option is useful for scripting scenarios, such as when using the exporter with `crontab`.