From e93b45615c726afd5f92db36205baedb6249a281 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Wed, 13 Jul 2022 15:50:46 +0200 Subject: [PATCH] better doc in help --- hyprctl/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {