Skip to content
Snippets Groups Projects
Commit e3ec8a7d authored by Mike Miller's avatar Mike Miller
Browse files

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

parent 56ac7ed5
No related branches found
No related tags found
No related merge requests found
......@@ -306,6 +306,7 @@ homebrew-update() {
-*)
[[ "$option" = *v* ]] && HOMEBREW_VERBOSE=1
[[ "$option" = *d* ]] && HOMEBREW_DEBUG=1
[[ "$option" = *f* ]] && HOMEBREW_UPDATE_FORCE=1
;;
*)
odie <<EOS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment