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

pull/43993/head
John Molakvoæ 2024-03-15 13:14:29 +07:00 committed by GitHub
commit 0379a8d7a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

@ -90,7 +90,7 @@ class Scan extends Base {
->addOption( ->addOption(
'path', 'path',
'p', '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' '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( ->addOption(