From 10f45ec4f3c920be21564463b744a2b2e8fe0b8d Mon Sep 17 00:00:00 2001 From: Saulo Benigno Date: Sun, 29 Mar 2026 22:37:05 -0300 Subject: [PATCH] fix: rename plugin remove command to uninstall in usage --- install/cli/inkypi-plugin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/cli/inkypi-plugin b/install/cli/inkypi-plugin index b7f926dd1..ac4a9fa47 100644 --- a/install/cli/inkypi-plugin +++ b/install/cli/inkypi-plugin @@ -10,7 +10,7 @@ usage() { echo "" echo "Plugin commands:" echo " inkypi plugin install " - echo " inkypi plugin remove " + echo " inkypi plugin uninstall " echo " inkypi plugin list" echo "" } @@ -95,7 +95,7 @@ install_plugin() { } # ---------------------------- -# REMOVE +# UNINSTALL # ---------------------------- uninstall_plugin() { if [[ $# -ne 1 ]]; then