Skip to content

Commit 91f3e4a

Browse files
committed
fix usage
1 parent e08cd20 commit 91f3e4a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

lib/commands/report/create.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,13 @@ async function setupCommand (name, description, argv, importMeta) {
118118
119119
Options
120120
${printFlagList({
121-
'--all': 'Include all issues',
122-
'--debug': 'Output debug information',
123-
'--dry-run': 'Only output what will be done without actually doing it',
124-
'--json': 'Output result as json',
125-
'--markdown': 'Output result as markdown',
126-
'--strict': 'Exits with an error code if any matching issues are found',
127-
'--view': 'Will wait for and return the created report'
121+
'all': 'Include all issues',
122+
'debug': 'Output debug information',
123+
'dry-run': 'Only output what will be done without actually doing it',
124+
'json': 'Output result as json',
125+
'markdown': 'Output result as markdown',
126+
'strict': 'Exits with an error code if any matching issues are found',
127+
'view': 'Will wait for and return the created report'
128128
}, 6)}
129129
130130
Examples

0 commit comments

Comments
 (0)