mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 09:05:59 +01:00
Merge pull request #440 from Roger-Roger-debug/main
Fix hyprctl flags help
This commit is contained in:
commit
398662c75a
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