diff options
author | Roger Roger <[email protected]> | 2022-07-28 14:29:16 +0200 |
---|---|---|
committer | Roger Roger <[email protected]> | 2022-07-28 16:42:18 +0200 |
commit | 5bc953464240a878132210e7be2384c2c4db01ae (patch) | |
tree | 7c16435d973eb9c9eb56363ba10acdd0d29f2df4 /hyprctl | |
parent | 578787b36d6bc7e0f34c5fd2b7ae06d950ca0f8c (diff) | |
download | Hyprland-5bc953464240a878132210e7be2384c2c4db01ae.tar.gz Hyprland-5bc953464240a878132210e7be2384c2c4db01ae.zip |
Fix hyprctl flags help
Diffstat (limited to 'hyprctl')
-rw-r--r-- | hyprctl/main.cpp | 3 |
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) { |