update: add -f
short option alias for --force
This commit is contained in:
parent
56ac7ed58b
commit
e3ec8a7d47
@ -306,6 +306,7 @@ homebrew-update() {
|
||||
-*)
|
||||
[[ "$option" = *v* ]] && HOMEBREW_VERBOSE=1
|
||||
[[ "$option" = *d* ]] && HOMEBREW_DEBUG=1
|
||||
[[ "$option" = *f* ]] && HOMEBREW_UPDATE_FORCE=1
|
||||
;;
|
||||
*)
|
||||
odie <<EOS
|
||||
|
Loading…
x
Reference in New Issue
Block a user