From a1311b686b34e54697f518c0e2d71feed88c2812 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sat, 8 Nov 2025 11:35:34 -0800 Subject: [PATCH] Fix this escaped hyphen. --- gitcheckup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitcheckup.py b/gitcheckup.py index 702f9e8..34d7327 100644 --- a/gitcheckup.py +++ b/gitcheckup.py @@ -360,7 +360,7 @@ def main(argv): nargs='+', type=str, help=''' - Run `git ` in each directory. You can use \- to escape - in your + Run `git ` in each directory. You can use \\- to escape - in your git arguments, since they would confuse this program's argparse. If this is used, any --fetch, --pull, --push is ignored. ''',