mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
use correct mode constant of files:scan's --path option
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
3343626183
commit
572faa1224
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue