From 8ed07a64404ee8c37aaa01391a066047b183e442 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Wed, 5 Mar 2025 10:39:01 +0100 Subject: [PATCH] Solved white space bug --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index c18d175..960ae40 100644 --- a/main.py +++ b/main.py @@ -647,7 +647,7 @@ For detailed help on each command, use: # Proxies the default git commands for git_command in GIT_DEFAULT_COMMANDS: add_identifier_arguments( - subparsers.add_parser(git_command, help=f"Proxies 'git {git_command}' to one repository/ all repositories") + subparsers.add_parser(git_command, help=f"Proxies 'git {git_command}' to one repository/repositories") ) args = parser.parse_args()