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