aboutsummaryrefslogtreecommitdiffhomepage
path: root/hyprctl
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2022-07-13 15:50:46 +0200
committervaxerski <[email protected]>2022-07-13 15:50:46 +0200
commite93b45615c726afd5f92db36205baedb6249a281 (patch)
tree0e59883ef0f853b97f631cf56c750864b8478748 /hyprctl
parent0a16513946c94483e008b3d0073db9fcc84b201e (diff)
downloadHyprland-e93b45615c726afd5f92db36205baedb6249a281.tar.gz
Hyprland-e93b45615c726afd5f92db36205baedb6249a281.zip
better doc in help
Diffstat (limited to 'hyprctl')
-rw-r--r--hyprctl/main.cpp4
1 files 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 <fstream>
#include <string>
-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) {