From 60a0712e4be19c5a3b6dd9786f98dc0c2689ccb2 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Thu, 20 Aug 2026 07:54:45 +0300 Subject: [PATCH] shelly: refresh page (#23626) --- pages/linux/shelly.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/linux/shelly.md b/pages/linux/shelly.md index 80f798879d..f1048f81b0 100644 --- a/pages/linux/shelly.md +++ b/pages/linux/shelly.md @@ -6,24 +6,24 @@ - Upgrade all packages from every source (repo, AUR, Flatpak, AppImage): -`shelly upgrade-all` +`shelly {{[-Ux|upgrade all]}}` - Install a package: -`shelly install {{package}}` +`shelly {{package}}` - Remove an installed package and its orphaned dependencies: -`shelly remove --cascade {{package}}` +`shelly {{[-Rs|remove standard]}} {{[-c|--cascade]}} {{package}}` - Search for a package in the standard repositories: -`shelly query --available {{search_term}}` +`shelly {{[-Ss|search standard]}} {{[-v|--available]}} {{search_term}}` - Search for a package specifically in the AUR: -`shelly aur search {{search_term}}` +`shelly {{[-Sa|search aur]}} {{search_term}}` - Remove orphaned packages (installed as dependencies but no longer required): -`shelly purify --orphans` +`shelly {{[-Zs|purify standard]}} {{[-o|--orphans]}}`