Update usage and README

This commit is contained in:
Jack L. Frost 2015-09-21 14:18:24 +03:00
parent e7252333b0
commit 8e2ed7b9f9
2 changed files with 3 additions and 1 deletions

View File

@ -9,8 +9,9 @@ A very simple AUR/ABS helper. Doesn't build packages, only gets the sources.
-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.
-f Force downloading package sources even if they are already present in the working directory.
-n Don't update existing git repos.
-w <dir> Set the working directory.
--nossl Set curl's --insecure flag.
You can override any value in the script in \$HOME/.config/prm.rc.sh
By default prm downloads the sources into the current directory. Controlled by `$cfg_workdir`.

1
prm
View File

@ -25,6 +25,7 @@ usage() {
-d Get the package sources (default). Set twice to also get the dependencies.
-n Don't update existing git repos.
-w <dir> Set the working directory.
--nossl Set curl's --insecure flag.
EOF
}