Skip to content

Commit

Permalink
fix PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kutluhanmetin committed Nov 13, 2023
1 parent 58740c1 commit 6a4d04e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base/commands/migration/migration_start.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 6a4d04e

Please sign in to comment.