use correct mode constant of files:scan's --path option

Signed-off-by: Robin Appelman <robin@icewind.nl>
pull/41973/head
Robin Appelman 6 months ago committed by John Molakvoæ
parent 3343626183
commit 572faa1224

@ -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(

Loading…
Cancel
Save