Skip to content

Commit f9d63b8

Browse files
Update packages/cli/src/lib/implementation/core-config.options.ts
Co-authored-by: Matěj Chalk <34691111+matejchalk@users.noreply.github.com>
1 parent 44f7b7c commit f9d63b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/lib/implementation/core-config.options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export function yargsCacheConfigOptionsDefinition(): Record<
7777
type: 'boolean',
7878
},
7979
'cache.read': {
80-
describe: 'Read runner-output.json to file system',
80+
describe: 'Read runner-output.json from file system',
8181
type: 'boolean',
8282
},
8383
'cache.write': {

0 commit comments

Comments
 (0)