From b4cb70f4656041a68704e277b6ecfc9e7e6277a4 Mon Sep 17 00:00:00 2001 From: Ramiro del Corro Date: Mon, 23 Jan 2023 18:14:19 -0800 Subject: [PATCH] correct comment --- zfs_uploader/__main__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zfs_uploader/__main__.py b/zfs_uploader/__main__.py index b579c31..ecae633 100644 --- a/zfs_uploader/__main__.py +++ b/zfs_uploader/__main__.py @@ -46,8 +46,8 @@ def cli(ctx, config_path, log_path): @cli.command() @click.pass_context def backup(ctx): - """ Start backup job scheduler or runs the tasks serially if - cron is not provided in the config file + """ Start backup job scheduler or run the tasks serially if + cron is not provided in the config file. """ config_path = ctx.obj['config_path'] logger = ctx.obj['logger']