Skip to content

Commit

Permalink
Name change
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnorthrip committed Mar 13, 2024
1 parent cae13a6 commit 70dffb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/DBPull.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class DBPull extends Command
* @var string
*/
protected $signature = 'db:pull '.
'{from? : set which database to pull from - defaults to production } '.
'{from? : set which remote to pull from - defaults to production } '.
'{--table=* : limit which table or tables to pull } '.
'{--replace : entirely replace the local data with the pulled data } '.
'{--no-table-skips : dont skip any tables when pulling - normally migrations, jobs, failed_jobs } '.
Expand Down

0 comments on commit 70dffb0

Please sign in to comment.