better doc in help

This commit is contained in:
vaxerski 2022-07-13 15:50:46 +02:00
parent 0a16513946
commit e93b45615c
1 changed files with 2 additions and 2 deletions

View File

@ -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) {