diff options
author | Vaxry <[email protected]> | 2023-12-06 18:15:44 +0000 |
---|---|---|
committer | Vaxry <[email protected]> | 2023-12-06 23:31:04 +0000 |
commit | 0ac88687248b9f7d7a67213250e14ccc14e7d3eb (patch) | |
tree | 0a4a23c29c2b39780f930763edb8d7add1a87322 | |
parent | 738ffb6e5f9de0404f6727d887080d7516e10bb5 (diff) | |
download | Hyprland-0ac88687248b9f7d7a67213250e14ccc14e7d3eb.tar.gz Hyprland-0ac88687248b9f7d7a67213250e14ccc14e7d3eb.zip |
add update to help
-rw-r--r-- | hyprpm/src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hyprpm/src/main.cpp b/hyprpm/src/main.cpp index 941692e4..4e519d53 100644 --- a/hyprpm/src/main.cpp +++ b/hyprpm/src/main.cpp @@ -14,6 +14,7 @@ const std::string HELP = R"#(┏ hyprpm, a Hyprland Plugin Manager ┣ remove [url/name] → Remove an installed plugin repository ┣ enable [name] → Enable a plugin ┣ disable [name] → Disable a plugin +┣ update → Check and update all plugins if needed ┣ load → Load hyprpm state. Ensure all enabled plugins are loaded. ┗ )#"; |