hyprctl: fix missing comma in getopt -j

Fixes #3200
This commit is contained in:
vaxerski 2023-09-06 23:52:21 +02:00
parent 0d5a6f3168
commit b2516010b7

View File

@ -1046,7 +1046,7 @@ std::string dispatchGetOption(std::string request, HyprCtl::eHyprCtlOutputFormat
R"#(
{{
"option": "{}",
"int": {}
"int": {},
"float": {:.5f},
"str": "{}",
"data": "0x{:x}"