From 04ec3a81a540260a524006bc4672cf336ea45baf Mon Sep 17 00:00:00 2001 From: fbt Date: Fri, 25 Sep 2015 18:15:58 +0300 Subject: [PATCH] README also --- README.md | 3 ++- prm | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 179d9fe..2b74b56 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ A very simple AUR/ABS helper. Doesn't build packages, only gets the sources. -A Search only in AUR. Implies -s. -d Get the package sources (default). Set twice to also get the dependencies. -n Don't update existing git repos. - -U Print out all outdated AUR packages. + -u Print out all (and download if -d/-dd) outdated AUR packages. + -U Set AUR url. -w Set the working directory. --nossl Set curl's --insecure flag. diff --git a/prm b/prm index 5ac46f9..86aa7a8 100755 --- a/prm +++ b/prm @@ -25,7 +25,7 @@ usage() { -d Get the package sources (default). Set twice to also get the dependencies. -n Don't update existing git repos. -u Print out all (and download if -d/-dd) outdated AUR packages. - -U Set AUR url. + -U Set AUR url. -w Set the working directory. --nossl Set curl's --insecure flag. EOF