Skip to content

Commit

Permalink
Fix option type
Browse files Browse the repository at this point in the history
Signed-off-by: Steffen Clemens <steffen@cle-s.de>
  • Loading branch information
steffenclemens committed May 19, 2024
1 parent 7af6b96 commit 708365b
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 @@ -50,7 +50,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 708365b

Please sign in to comment.