mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 20:05:58 +01:00
better doc in help
This commit is contained in:
parent
0a16513946
commit
e93b45615c
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
#include <fstream>
|
||||
#include <string>
|
||||
|
||||
const std::string USAGE = R"#(usage: hyprctl [command] [(opt)flag] [(opt)args]
|
||||
const std::string USAGE = R"#(usage: hyprctl [(opt)flag /][command] [(opt)args]
|
||||
|
||||
commands:
|
||||
monitors
|
||||
|
@ -33,7 +33,7 @@ commands:
|
|||
reload
|
||||
|
||||
flags:
|
||||
-j -> output in JSON
|
||||
j -> output in JSON
|
||||
)#";
|
||||
|
||||
void request(std::string arg) {
|
||||
|
|
Loading…
Reference in a new issue