diff --git a/hyprctl/main.cpp b/hyprctl/main.cpp index dc5e62f5..ce77054f 100644 --- a/hyprctl/main.cpp +++ b/hyprctl/main.cpp @@ -15,7 +15,7 @@ #include #include -const std::string USAGE = R"#(usage: hyprctl [command] [(opt)flag] [(opt)args] +const std::string USAGE = R"#(usage: hyprctl [(opt)flag /][command] [(opt)args] commands: monitors @@ -33,7 +33,7 @@ commands: reload flags: - -j -> output in JSON + j -> output in JSON )#"; void request(std::string arg) {