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 }