summaryrefslogtreecommitdiff
path: root/src/aur
diff options
context:
space:
mode:
Diffstat (limited to 'src/aur')
-rwxr-xr-xsrc/aur3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/aur b/src/aur
index 24d4317..3d07cd8 100755
--- a/src/aur
+++ b/src/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