Skip to content

Commit da58440

Browse files
committed
Updated command option description
1 parent 2db6f05 commit da58440

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Command/F2ApiClientCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function __invoke(
2727
?string $arg = null,
2828
#[Option(description: 'Show links.')]
2929
bool $showLinks = false,
30-
#[Option(description: 'Path to to cache directory. If not specified, no requests will be cached.')]
30+
#[Option(description: 'Path to to cache directory. If not specified, the default file system cache directory will be used.')]
3131
?string $cacheDirectory = null,
3232
): int {
3333
$client = $this->createClient(cacheDirectory: $cacheDirectory);

0 commit comments

Comments
 (0)