diff --git a/install.py b/install.py
index 7ae4556..6e7eaff 100755
--- a/install.py
+++ b/install.py
@@ -428,7 +428,7 @@ def main() -> None:
         help="List all programs from the configuration file",
     )
     parser.add_argument(
-        "-u", "--update", action="store_true", help="Update git repos",
+        "-u", "--update", action="store_true", help="Update programs",
     )
     parser.add_argument(
         "-H", "--hide_commands", action="store_true", help="Hide command outputs",