Skip to content

Commit

Permalink
adds a bit more explanation about the script
Browse files Browse the repository at this point in the history
  • Loading branch information
msenateatplos committed May 3, 2012
1 parent ff227b4 commit a1bde1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions searchreplacedb2cli.php
Expand Up @@ -5,6 +5,8 @@
/**
* To run this script, execute something like this:
* `./searchreplacedb2cli.php -h localhost -u root -d test -c utf\-8 -s "findMe" -r "replaceMe"`
* use the --dry-run flag to do a dry run without searching/replacing.
* this script currently affects all tables in a db there are @TODOs below...
*/

require_once('searchreplacedb2.php'); // include the proper srdb script
Expand Down

0 comments on commit a1bde1f

Please sign in to comment.