From fc60ddb30801fb24d46b2483405d4e71e18a0e71 Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Fri, 14 Mar 2025 09:53:38 +0100 Subject: [PATCH] doc: update reference --- docs/reference/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference/index.md b/docs/reference/index.md index 55c7134..480d4c5 100644 --- a/docs/reference/index.md +++ b/docs/reference/index.md @@ -28,6 +28,7 @@ The `mysql-bkup` CLI provides commands and options to manage MySQL backups effic | `--cron-expression` | `-e` | Schedules backups using a cron expression (e.g., `0 0 * * *` or `@daily`). | | `--all-databases` | `-a` | Backs up all databases separately (e.g., `backup --all-databases`). | | `--all-in-one` | `-A` | Backs up all databases in a single file (e.g., `backup --all-databases --single-file`). | +| `--custom-name` | `` | Sets custom backup name for one time backup | | `--help` | `-h` | Displays the help message and exits. | | `--version` | `-V` | Shows version information and exits. |