Skip to content

Commit

Permalink
Adjust descriptions
Browse files Browse the repository at this point in the history
Signed-off-by: Steffen Clemens <info@steffenclemens.de>
  • Loading branch information
steffenclemens committed May 20, 2024
1 parent a528750 commit e32bfd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Command/Scan.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ protected function configure() {
'path',
'p',
InputOption::VALUE_REQUIRED,
'limit rescan to this path, eg. --path="/shared/media/Music"'
'Limit rescan to this path, eg. --path="/shared/media/Music".'
)->addOption(
'shallow',
null,
InputOption::VALUE_NONE,
'do not scan folders recursively'
'Do not scan folders recursively.'
);
parent::configure();
}
Expand Down

0 comments on commit e32bfd1

Please sign in to comment.