Skip to content

Commit eb6313b

Browse files
committed
Document terse output mode for plugins
1 parent bd7465f commit eb6313b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hyprctl/Strings.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,10 @@ const std::string_view PLUGIN_HELP = R"#(usage: hyprctl [flags] plugin <request>
124124
requests:
125125
load <path> → Loads a plugin. Path must be absolute
126126
unload <path> → Unloads a plugin. Path must be absolute
127-
list → Lists all loaded plugins
127+
list [-t] → Lists all loaded plugins
128128
129129
flags:
130+
-t → Terse output mode
130131
See 'hyprctl --help')#";
131132

132133
const std::string_view SETPROP_HELP = R"#(usage: hyprctl [flags] setprop <regex> <property> <value> [lock]

0 commit comments

Comments
 (0)