Skip to content

Commit ebc602d

Browse files
committed
Fix typo in string
1 parent eaaf577 commit ebc602d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mgradm/cmd/migrate/shared/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313

1414
// AddMigrateFlags add migration flags to a command.
1515
func AddMigrateFlags(cmd *cobra.Command) {
16-
cmd.Flags().Bool("prepare", false, L("Prepare the mgration - copy the data without stopping the source server."))
16+
cmd.Flags().Bool("prepare", false, L("Prepare the migration - copy the data without stopping the source server."))
1717

1818
cmd.Flags().String("user", "root",
1919
L("User on the source server. Non-root user must have passwordless sudo privileges (NOPASSWD tag in /etc/sudoers)."),

0 commit comments

Comments
 (0)