Skip to content

Commit

Permalink
Fix option type
Browse files Browse the repository at this point in the history
Signed-off-by: Steffen Clemens <info@steffenclemens.de>
  • Loading branch information
steffenclemens authored and skjnldsv committed Aug 28, 2024
1 parent be3208a commit d6bf0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Command/Scan.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ protected function configure() {
->addOption(
'path',
'p',
InputArgument::OPTIONAL,
InputOption::VALUE_REQUIRED,
'limit rescan to this path, eg. --path="/shared/media/Music"'
)->addOption(
'shallow',
Expand Down

0 comments on commit d6bf0f7

Please sign in to comment.