diff --git a/xbar/brew-updates.1h.rb b/xbar/brew-updates.1h.rb
index f58cf48..d2d8c5a 100755
--- a/xbar/brew-updates.1h.rb
+++ b/xbar/brew-updates.1h.rb
@@ -4,7 +4,7 @@
# rubocop:disable Layout/LineLength
# Brew Updates
-# v2.5.1
+# v2.5.2
# Jim Myhrberg
# jimeh
# List and manage outdated Homebrew formulas and casks
@@ -13,7 +13,7 @@
# https://github.com/jimeh/dotfiles/tree/main/xbar
#
# string(VAR_BREW_PATH=""): Path to "brew" executable.
-# boolean(VAR_GREEDY=""): Comma separted list of greedy types for brew outdated command ("latest", "auto-updates").
+# string(VAR_GREEDY=""): Comma separted list of greedy types for brew outdated command ("latest", "auto-updates").
# rubocop:enable Layout/LineLength
# rubocop:disable Lint/ShadowingOuterLocalVariable