From 2ab2fdd12615381ad4a093e639b0017d9313654f Mon Sep 17 00:00:00 2001 From: fbt Date: Wed, 28 Jan 2015 10:38:56 +0300 Subject: [PATCH] usage update --- README.md | 4 ++++ zpac | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0725319..0bed64b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,11 @@ A very simple AUR/ABS helper. Doesn't build packages, only gets the sources. Flags: -h Show this message. -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). + -D Get the dependencies also. Implies -d. You can override any value in the script in \$HOME/.config/zpac.rc.sh By default zpac downloads the sources into the current directory. Controlled by `$cfg_workdir`. + diff --git a/zpac b/zpac index 15ff987..9877f04 100755 --- a/zpac +++ b/zpac @@ -18,8 +18,10 @@ usage() { Flags: -h Show this message. -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). - -D If used with -d, makes $_self download the dependencies from AUR too. + -D Get the dependencies also. Implies -d. EOF }