Skip to content

Commit

Permalink
Merge pull request #4740 from neos/dlubitz-patch-1
Browse files Browse the repository at this point in the history
TASK: Fix documentation of `cr:import`
  • Loading branch information
mhsdesign authored Nov 12, 2023
2 parents 1801fbb + e57613c commit 983db91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Neos.Neos/Classes/Command/CrCommandController.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function exportCommand(string $path, string $contentRepository = 'default
/**
* Import the events from the path into the specified content repository
*
* @param string $path The path for storing the result
* @param string $path The path of the stored events like resource://Neos.Demo/Private/Content
* @param string $contentRepository The content repository identifier
* @param bool $verbose If set, all notices will be rendered
* @throws \Exception
Expand Down

0 comments on commit 983db91

Please sign in to comment.