Skip to content

Commit 44972ab

Browse files
committed
Tweak fix help wording
1 parent d8edf06 commit 44972ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/fix/cmd-fix.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const config: CliCommandConfig = {
110110
testScript: {
111111
type: 'string',
112112
default: 'test',
113-
description: 'The test script to run for each fix attempt (default \'test\')',
113+
description: "The test script to run for fix attempts (default 'test')",
114114
},
115115
},
116116
help: (command, config) => `

0 commit comments

Comments
 (0)