File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ struct Cli {
24
24
json_object_type : bytecode:: ObjectType ,
25
25
26
26
#[ arg( long, default_value = "nil" ,
27
- help = "Which lisp value is used to represent a JSON null value. Support :SYMBOL or nil.\n Must match what lsp client expects.\n " ) ]
27
+ help = "Which lisp value is used to represent a JSON null value. Support :keyword or nil.\n Must match what lsp client expects.\n " ) ]
28
28
json_null_value : bytecode:: LispObject ,
29
29
30
30
#[ arg( long, default_value = "nil" ,
31
- help = "Which lisp value is used to represent a JSON false value. Support :SYMBOL or nil.\n Must match what lsp client expects.\n " ) ]
31
+ help = "Which lisp value is used to represent a JSON false value. Support :keyword or nil.\n Must match what lsp client expects.\n " ) ]
32
32
json_false_value : bytecode:: LispObject ,
33
33
}
34
34
You can’t perform that action at this time.
0 commit comments