From 6a4d04e1beb26deada69113a3db477a0afde7c10 Mon Sep 17 00:00:00 2001 From: kmetin Date: Mon, 13 Nov 2023 11:45:22 +0300 Subject: [PATCH] fix PR comment --- base/commands/migration/migration_start.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base/commands/migration/migration_start.go b/base/commands/migration/migration_start.go index c48723d5..9e307fe7 100644 --- a/base/commands/migration/migration_start.go +++ b/base/commands/migration/migration_start.go @@ -45,7 +45,8 @@ func (StartCmd) Exec(ctx context.Context, ec plug.ExecContext) (err error) { Selected data structures in the source cluster will be migrated to the target cluster. -(Pressing CTRL+C does not cancel the migration progress) +Exiting the application does not affect the migration progress. +In order to cancel the migration, use the 'cancel' command. `) conf := ec.GetStringArg(argDMTConfig) if !paths.Exists(conf) {