mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 18:45:59 +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 <fstream>
|
||||||
#include <string>
|
#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:
|
commands:
|
||||||
monitors
|
monitors
|
||||||
|
@ -33,7 +33,7 @@ commands:
|
||||||
reload
|
reload
|
||||||
|
|
||||||
flags:
|
flags:
|
||||||
-j -> output in JSON
|
j -> output in JSON
|
||||||
)#";
|
)#";
|
||||||
|
|
||||||
void request(std::string arg) {
|
void request(std::string arg) {
|
||||||
|
|
Loading…
Reference in a new issue