update: add -f short option alias for --force

This commit is contained in:
Mike Miller 2019-02-12 16:25:12 -08:00
parent 56ac7ed58b
commit e3ec8a7d47

View File

@ -306,6 +306,7 @@ homebrew-update() {
-*)
[[ "$option" = *v* ]] && HOMEBREW_VERBOSE=1
[[ "$option" = *d* ]] && HOMEBREW_DEBUG=1
[[ "$option" = *f* ]] && HOMEBREW_UPDATE_FORCE=1
;;
*)
odie <<EOS