Skip to content

Commit

Permalink
Adjusted documentation text
Browse files Browse the repository at this point in the history
  • Loading branch information
Severino committed Oct 30, 2024
1 parent 221b5d8 commit 1f24400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Console/Commands/ExportEntityTypes.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class ExportEntityTypes extends Command {
*
* @var string
*/
protected $description = "cli tool to export a specific and all it's dependencies";
protected $description = "cli tool to export all entity types and related data starting at specific entity";

private static $source = "pgsql";
private static $destination = "transfer";
Expand Down

0 comments on commit 1f24400

Please sign in to comment.