We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f3e925 commit 90c2923Copy full SHA for 90c2923
1 file changed
system/aur.sh
@@ -41,9 +41,9 @@ _help() {
41
42
while getopts "a:cd:e:p:u:xh" arg; do
43
case "${arg}" in
44
- a) aur_helper="${OPTARG}" ;;
+ a) aur_helper_command="${OPTARG}" ;;
45
c) pacman_debug=true ;;
46
- e) aur_helper_command="${OPTARG}" ;;
+ e) aur_helper_package="${OPTARG}" ;;
47
p) readarray -t pkglist < <(sed "s|,$||g" <<< "${OPTARG}" | tr "," "\n") ;;
48
d) readarray -t aur_helper_depends < <(sed "s|,$||g" <<< "${OPTARG}" | tr "," "\n") ;;
49
u) aur_username="${OPTARG}" ;;
0 commit comments