From 34775cfe97c76d89120638ef32a4869170243c43 Mon Sep 17 00:00:00 2001 From: fbt Date: Fri, 6 Feb 2015 19:26:40 +0300 Subject: [PATCH] Readme update --- zpac | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/zpac b/zpac index f8d26c8..b710d0a 100755 --- a/zpac +++ b/zpac @@ -20,9 +20,13 @@ usage() { -s Search for . -S Search only in the sync db. Implies -s. -A Search only in AUR. Implies -s. - -d Get the package sources (default). - Set twice to also get the dependencies. + -d Get the package sources (default). Set twice to also get the dependencies. -f Force downloading package sources even if they are already present in the working directory. + -w Set the working directory. + + Warning! Due to how the argument handling works, you can do this: + $ zpac -wdd /tmp/workdir package + Where /tmp/workdir is an argument to w. Don't do this. But it works, unfortunately. EOF }