From 5bc953464240a878132210e7be2384c2c4db01ae Mon Sep 17 00:00:00 2001 From: Roger Roger Date: Thu, 28 Jul 2022 14:29:16 +0200 Subject: [PATCH] Fix hyprctl flags help --- hyprctl/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {