From 8e2ed7b9f9f6f8de30017c0c13f3f031b9b2cce2 Mon Sep 17 00:00:00 2001 From: fbt Date: Mon, 21 Sep 2015 14:18:24 +0300 Subject: [PATCH] Update usage and README --- README.md | 3 ++- prm | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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 }