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

Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Robin Appelman 2023-12-01 15:55:01 +01:00 committed by John Molakvoæ
parent 3343626183
commit 572faa1224

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(