From d7ba0e13a813ac769247b3190cde03ab55215370 Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Sun, 24 Dec 2023 11:54:23 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bec7a4..ca788e8 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ MySQL Backup tool, backup database to S3 or Object Storage | --path | | Set s3 path without file name. eg: /custom_path | | --dbname | -d | Set database name | | --port | -p | Set database port (default: 3306) | -| --mode | -m | Set timeout execution mode. default or scheduled (default: default) | +| --mode | -m | Set execution mode. default or scheduled (default: default) | | --period | | Set crontab period for scheduled mode only. (default: "*/30 * * * *") | | --timeout | -t | Set timeout (default: 60s) | | --help | -h | Print this help message and exit |