Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packer
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ usage() {
echo ' --noconfirm - do not prompt for any confirmation'
echo ' --noedit - do not prompt to edit files'
echo ' --quickcheck - check for updates and exit'
echo ' --force - force install packages'
echo ' --auronly - only do actions for aur'
echo ' --devel - update devel packages during -Su'
echo ' --skipinteg - when using makepkg, do not check md5s'
Expand Down Expand Up @@ -524,6 +525,7 @@ while [[ $1 ]]; do
'--noedit') noedit='1' ;;
'--auronly') auronly='1' ;;
'--quickcheck') quickcheck='1' ;;
'--force') PACOPTS+=("--force");;
'--devel') devel='1' ;;
'--skipinteg') MAKEPKGOPTS="--skipinteg" ;;
'--preview') preview='1' ;;
Expand Down