Skip to content

Commit 1a341d3

Browse files
committed
feat: tweak --help message to use :json not :raw
I think this message originated before the :json type was implemented.
1 parent 8edcd13 commit 1a341d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1646,7 +1646,7 @@ Examples:
16461646
$ source json.bash
16471647
$ out=compilerOptions json removeComments:true
16481648
$ files=(a.ts b.ts)
1649-
$ json @compilerOptions:raw @files:string[]
1649+
$ json @compilerOptions:json @files:string[]
16501650
{"compilerOptions":{"removeComments":true},"files":["a.ts","b.ts"]}
16511651
16521652
Options:

0 commit comments

Comments
 (0)