README also

This commit is contained in:
Jack L. Frost 2015-09-25 18:15:58 +03:00
parent 8db246e7af
commit 04ec3a81a5
2 changed files with 3 additions and 2 deletions

View File

@ -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. -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.
-n Don't update existing git repos. -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 <url> Set AUR url.
-w <dir> Set the working directory. -w <dir> Set the working directory.
--nossl Set curl's --insecure flag. --nossl Set curl's --insecure flag.

2
prm
View File

@ -25,7 +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.
-u Print out all (and download if -d/-dd) outdated AUR packages. -u Print out all (and download if -d/-dd) outdated AUR packages.
-U <url> Set AUR url. -U <url> Set AUR url.
-w <dir> Set the working directory. -w <dir> Set the working directory.
--nossl Set curl's --insecure flag. --nossl Set curl's --insecure flag.
EOF EOF