Skip to content

Commit fdc1e96

Browse files
committed
fix: update config descriptions
1 parent c625d75 commit fdc1e96

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

xmake.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ end)
2525

2626
option("rex_ini", function()
2727
set_default(false)
28-
set_description("enable ini config support for REX")
28+
set_description("enable REX::INI settings support")
2929
end)
3030

3131
option("rex_json", function()
3232
set_default(false)
33-
set_description("enable json config support for REX")
33+
set_description("enable REX::JSON settings support")
3434
end)
3535

3636
option("rex_toml", function()
3737
set_default(false)
38-
set_description("enable toml config support for REX")
38+
set_description("enable REX::TOML settings support")
3939
end)
4040

4141
-- require packages

0 commit comments

Comments
 (0)