diff options
Diffstat (limited to 'aur')
-rwxr-xr-x | aur | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |