mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-31 11:53:48 -07:00
hyprpm: fix typo in help message (#10687)
This commit is contained in:
@@ -13,7 +13,7 @@ using namespace Hyprutils::Utils;
|
|||||||
|
|
||||||
constexpr std::string_view HELP = R"#(┏ hyprpm, a Hyprland Plugin Manager
|
constexpr std::string_view HELP = R"#(┏ hyprpm, a Hyprland Plugin Manager
|
||||||
┃
|
┃
|
||||||
┣ add [url] [git rev] → Install a new plugin repository from git. Git revision.
|
┣ add [url] [git rev] → Install a new plugin repository from git. Git revision
|
||||||
┃ is optional, when set, commit locks are ignored.
|
┃ is optional, when set, commit locks are ignored.
|
||||||
┣ remove [url/name] → Remove an installed plugin repository.
|
┣ remove [url/name] → Remove an installed plugin repository.
|
||||||
┣ enable [name] → Enable a plugin.
|
┣ enable [name] → Enable a plugin.
|
||||||
|
Reference in New Issue
Block a user