Skip to content

Commit 4599802

Browse files
authored
fix config cli help text (#1361)
Updated cli help file to highlight default format is yaml
1 parent d5be063 commit 4599802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flag.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export const flags = {
136136
char: 'c',
137137
default: monikaFlagsDefaultValue.config,
138138
description:
139-
'JSON configuration filename or URL. If none is supplied, will look for monika.yml in the current directory',
139+
'Monika configuration YAML file or URL. If none is supplied, will look for monika.yml in the current directory',
140140
env: 'MONIKA_JSON_CONFIG',
141141
multiple: true,
142142
}),

0 commit comments

Comments
 (0)