mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
use correct mode constant of files:scan's --path option
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
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(
|
||||
|
||||
Reference in New Issue
Block a user