From 81468253eac574ed4410075eb991a338fff423df Mon Sep 17 00:00:00 2001 From: ilusha420 Date: Mon, 9 Jun 2025 18:31:04 +0700 Subject: [PATCH] hyprpm: fix typo in help message (#10687) --- hyprpm/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyprpm/src/main.cpp b/hyprpm/src/main.cpp index 98458762a..c8b3bce06 100644 --- a/hyprpm/src/main.cpp +++ b/hyprpm/src/main.cpp @@ -13,7 +13,7 @@ using namespace Hyprutils::Utils; 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. ┣ remove [url/name] → Remove an installed plugin repository. ┣ enable [name] → Enable a plugin.