diff --git a/README.md b/README.md index def1671..09d54f3 100644 --- a/README.md +++ b/README.md @@ -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 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`. diff --git a/prm b/prm index b6ef9ab..3273c9d 100755 --- a/prm +++ b/prm @@ -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 Set the working directory. + --nossl Set curl's --insecure flag. EOF }