Change help message for --update

This commit is contained in:
flyingscorpio@arch-desktop 2020-09-04 14:30:42 +02:00
parent 9cbba5eeac
commit d14e72fc25

View file

@ -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",