From d7ad9f38d15663f1d6c6c0046c74caffba98b939 Mon Sep 17 00:00:00 2001 From: Armin Jenewein Date: Fri, 22 Apr 2016 00:07:02 +0000 Subject: [PATCH] Committed at Fri Apr 22 00:07:02 UTC 2016 by armin@ --- vpm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vpm b/vpm index 78c564e..3a5ddb5 100755 --- a/vpm +++ b/vpm @@ -180,7 +180,7 @@ usage () { t "xbps-query -v -l" echo "install - Install " t "xbps-install -S" - echo "devinstall - Install (and corresponding -devel package)" + echo "devinstall - Install (and corresponding -devel package(s))" t "xbps-install -S -devel" echo "listalternatives - List alternative candiates" t "xbps-alternatives -l" @@ -188,11 +188,11 @@ usage () { t "xbps-alternatives -s" echo "reconfigure - Re-configure installed " t "xbps-reconfigure -v" - echo "forceinstall - Force installation of " + echo "forceinstall - Force installation of " t "xbps-install -f" - echo "remove " + echo "remove from the system" t "xbps-remove -v " - echo "removerecursive - Recursively remove package (and its dependencies)" + echo "removerecursive - Recursively remove package(s) (and its dependencies)" t "xbps-remove -v -R" echo "cleanup - Clean up cache directory" t "xbps-remove -v -O"