From 5885c7583fe6201616a59bc4575d9f97ce68ba9c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 9 Dec 2008 16:58:58 +0100 Subject: [PATCH] Correct listfiles example. --HG-- extra : convert_revision : 7b799144eb3ace75878dd9bcee2ff6eb77a92f89 --- README | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README b/README index cbd6da86ab1..51e3b4640b1 100644 --- a/README +++ b/README @@ -92,10 +92,9 @@ To only install the package, _without_ stowning it into the master directory: $ xbps.sh install-destdir blob To list files installed by a package, note that package must be installed -into destination directory first and you must specify package name plus -version, i.e: vim-7.2: +into destination directory first: - $ xbps.sh listfiles blob-2.4 + $ xbps.sh listfiles blob That's all for now folks. I hope you find it useful, as I do.