From 404b3f13bfea98964cc9b38597c1105b1ce350c8 Mon Sep 17 00:00:00 2001 From: Miterion Date: Mon, 3 Aug 2015 20:37:30 +0200 Subject: [PATCH] Fixed typo --- Plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins.md b/Plugins.md index 9f6b937..f38a4fa 100644 --- a/Plugins.md +++ b/Plugins.md @@ -43,7 +43,7 @@ Enabled [aliases](https://wiki.archlinux.org/index.php/Pacman_Tips) for `pacman` | _pacin_ | Install specific package(s) from the repositories | | _pacins_ | Install specific package not from the repositories but from a file | | _pacre_ | Remove the specified package(s), retaining its configuration(s) and required dependencies | -| _pacre_ | Remove the specified package(s), its configuration(s) and unneeded dependencies | +| _pacrem_ | Remove the specified package(s), its configuration(s) and unneeded dependencies | | _pacrep_ | Display information about a given package in the repositories | | _pacreps_ | Search for package(s) in the repositories | | _pacloc_ | Display information about a given package in the local database |