aboutsummaryrefslogtreecommitdiffhomepage
path: root/hyprctl
diff options
context:
space:
mode:
authorRoger Roger <[email protected]>2022-07-28 14:29:16 +0200
committerRoger Roger <[email protected]>2022-07-28 16:42:18 +0200
commit5bc953464240a878132210e7be2384c2c4db01ae (patch)
tree7c16435d973eb9c9eb56363ba10acdd0d29f2df4 /hyprctl
parent578787b36d6bc7e0f34c5fd2b7ae06d950ca0f8c (diff)
downloadHyprland-5bc953464240a878132210e7be2384c2c4db01ae.tar.gz
Hyprland-5bc953464240a878132210e7be2384c2c4db01ae.zip
Fix hyprctl flags help
Diffstat (limited to 'hyprctl')
-rw-r--r--hyprctl/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/hyprctl/main.cpp b/hyprctl/main.cpp
index 27b33523..9abf67a3 100644
--- a/hyprctl/main.cpp
+++ b/hyprctl/main.cpp
@@ -36,7 +36,8 @@ commands:
reload
flags:
- j -> output in JSON
+ -j -> output in JSON
+ --batch -> execute a batch of commands, separated by ';'
)#";
void request(std::string arg) {