From d14e72fc253b4c3b86b77aa29ccb6f0ad4694623 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Fri, 4 Sep 2020 14:30:42 +0200 Subject: [PATCH] Change help message for --update --- install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",