Skip to content

Commit

Permalink
Merge pull request #41973 from nextcloud/files-scan-path-option
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Mar 15, 2024
2 parents df1cd1b + 572faa1 commit 0379a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files/lib/Command/Scan.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ protected function configure(): void {
->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(
Expand Down

0 comments on commit 0379a8d

Please sign in to comment.