mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 09:46:00 +01:00
Fix hyprctl flags help
This commit is contained in:
parent
578787b36d
commit
5bc9534642
1 changed files with 2 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue