Update usage and README
This commit is contained in:
parent
e7252333b0
commit
8e2ed7b9f9
|
@ -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.
|
-S Search only in the sync db. Implies -s.
|
||||||
-A Search only in AUR. 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.
|
-n Don't update existing git repos.
|
||||||
-w <dir> Set the working directory.
|
-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
|
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`.
|
By default prm downloads the sources into the current directory. Controlled by `$cfg_workdir`.
|
||||||
|
|
1
prm
1
prm
|
@ -25,6 +25,7 @@ usage() {
|
||||||
-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.
|
||||||
-n Don't update existing git repos.
|
-n Don't update existing git repos.
|
||||||
-w <dir> Set the working directory.
|
-w <dir> Set the working directory.
|
||||||
|
--nossl Set curl's --insecure flag.
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user