usage update

This commit is contained in:
Jack L. Frost 2015-01-28 10:38:56 +03:00
parent 2c37b9e64e
commit 2ab2fdd126
2 changed files with 7 additions and 1 deletions

View File

@ -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 <package>.
-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`.

4
zpac
View File

@ -18,8 +18,10 @@ usage() {
Flags:
-h Show this message.
-s Search for <package>.
-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
}