diff --git a/Neos.Neos/Classes/Command/CrCommandController.php b/Neos.Neos/Classes/Command/CrCommandController.php index 0a1a5e194fe..fdf13fa8db9 100644 --- a/Neos.Neos/Classes/Command/CrCommandController.php +++ b/Neos.Neos/Classes/Command/CrCommandController.php @@ -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