Skip to content

Commit d29a981

Browse files
authored
Update CloneContentCommand.php (#2356)
1 parent 6876508 commit d29a981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/Env/CloneContentCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class CloneContentCommand extends TerminusCommand implements SiteAwareInterface
4747
* @throws \Pantheon\Terminus\Exceptions\TerminusException
4848
*
4949
* @usage <site>.<env> <target_env> Clones database and files from <site>'s <env> environment to <target_env> environment.
50-
* @usage <site>.<env> <target_env> --cc Clones from <site>'s <env> environment to <target_env> environment and clears the database.
50+
* @usage <site>.<env> <target_env> --cc Clones from <site>'s <env> environment to <target_env> environment and clears the cache.
5151
* @usage <site>.<env> <target_env> --db-only Clones only the database from <site>'s <env> environment to <target_env> environment.
5252
* @usage <site>.<env> <target_env> --files-only Clones only files from <site>'s <env> environment to <target_env> environment.
5353
* @usage <site>.<env> <target_env> --updatedb Clones from <site>'s <env> environment to <target_env> environment and updates the Drupal database (if applicable).

0 commit comments

Comments
 (0)