summaryrefslogtreecommitdiff
path: root/aur
diff options
context:
space:
mode:
Diffstat (limited to 'aur')
-rwxr-xr-xaur3
1 files changed, 3 insertions, 0 deletions
diff --git a/aur b/aur
index b96cb20..6ffb2b9 100755
--- a/aur
+++ b/aur
@@ -26,6 +26,9 @@ function usage {
echo
echo "This script will download packages from aur to the current dir"
echo "and check their license for nonfree issues."
+ echo
+ echo "Note: it depends on abs to be updated."
+ echo "Install 'abs-libre' and run \`abs\` as root before working with $0"
}
while getopts 'h' arg; do