mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-07-31 12:11:56 -07:00
better doc in help
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user