Skip to content

Commit

Permalink
Update CloneContentCommand.php documentation
Browse files Browse the repository at this point in the history
--search-for and --replace-with are not the correct arguments
  • Loading branch information
NReilingh authored Mar 11, 2024
1 parent 9a257c2 commit 03fcc2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/Env/CloneContentCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class CloneContentCommand extends TerminusCommand implements SiteAwareInterface
* Clones database/files from one environment to another environment.
* WordPress sites will search the database for the default domain and
* replace it with the target environment's domain unless you specify
* a different search/replace string with --search-for and --replace-with.
* a different search/replace string with --from-url and --to-url.
*
* IMPORTANT NOTE: if you have a WordPress Multisite installation, you
* will need an entry in your pantheon.yml in order to search all the
Expand Down

0 comments on commit 03fcc2e

Please sign in to comment.