mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #41973 from nextcloud/files-scan-path-option
This commit is contained in:
commit
0379a8d7a9
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