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