Merge pull request #41973 from nextcloud/files-scan-path-option

This commit is contained in:
John Molakvoæ 2024-03-15 13:14:29 +01:00 committed by GitHub
commit 0379a8d7a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -90,7 +90,7 @@ class Scan extends Base {
->addOption(
'path',
'p',
InputArgument::OPTIONAL,
InputOption::VALUE_REQUIRED,
'limit rescan to this path, eg. --path="/alice/files/Music", the user_id is determined by the path and the user_id parameter and --all are ignored'
)
->addOption(