File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ struct Cli {
2424 json_object_type : bytecode:: ObjectType ,
2525
2626 #[ 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 " ) ]
2828 json_null_value : bytecode:: LispObject ,
2929
3030 #[ 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 " ) ]
3232 json_false_value : bytecode:: LispObject ,
3333}
3434
You can’t perform that action at this time.
0 commit comments