When I try to sql-sync my production db to dev server I will get this question:

You will destroy data from nonique_dev and replace with data from nonique_db.

You might want to make a backup first, using the sql-dump command.

Do you really want to continue? (y/n): y

Would it be possible to change the first line to:
You will destroy data in nonique_dev and replace with data from nonique_db.

As it is right now I need to read this sentence several times to make sure I am not taking data from the dev server.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

kristofferwiklund’s picture

Status: Active » Needs review
FileSize
950 bytes

I did a patch myself now.

moshe weitzman’s picture

Status: Needs review » Fixed

Committed to master and 5.x

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.