Skip to content

Commit fc60ddb

Browse files
committed
doc: update reference
1 parent b1776d3 commit fc60ddb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/reference/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ The `mysql-bkup` CLI provides commands and options to manage MySQL backups effic
2828
| `--cron-expression` | `-e` | Schedules backups using a cron expression (e.g., `0 0 * * *` or `@daily`). |
2929
| `--all-databases` | `-a` | Backs up all databases separately (e.g., `backup --all-databases`). |
3030
| `--all-in-one` | `-A` | Backs up all databases in a single file (e.g., `backup --all-databases --single-file`). |
31+
| `--custom-name` | `` | Sets custom backup name for one time backup |
3132
| `--help` | `-h` | Displays the help message and exits. |
3233
| `--version` | `-V` | Shows version information and exits. |
3334

0 commit comments

Comments
 (0)