This commit is contained in:
2015-02-09 19:37:55 +03:00
parent 9e15b8200e
commit 8591081269
2 changed files with 9 additions and 13 deletions

4
zpac
View File

@@ -23,10 +23,6 @@ usage() {
-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.
-w <dir> Set the working directory.
Warning! Due to how the argument handling works, you can do this:
$ zpac -wdd /tmp/workdir package
Where /tmp/workdir is an argument to w. Don't do this. But it works, unfortunately.
EOF
}