Skip to content

Commit

Permalink
pacstrap: remove obsolete option '-d' completely
Browse files Browse the repository at this point in the history
This has been obsolete for 4 years and I can hardly imagine people still using it (only to find that it doesn't actually work).
  • Loading branch information
YHNdnzj committed Oct 22, 2022
1 parent 2aa7069 commit 91562aa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pacstrap.in
Expand Up @@ -47,14 +47,11 @@ if [[ -z $1 || $1 = @(-h|--help) ]]; then
exit $(( $# ? 0 : 1 ))
fi

while getopts ':C:cdGiKMNU' flag; do
while getopts ':C:cGiKMNU' flag; do
case $flag in
C)
pacman_config=$OPTARG
;;
d)
# retired flag. does nothing.
;;
c)
hostcache=1
;;
Expand Down

0 comments on commit 91562aa

Please sign in to comment.