Fix this escaped hyphen.

This commit is contained in:
voussoir 2025-11-08 11:35:34 -08:00
parent 8ceec7bb96
commit a1311b686b

View file

@ -360,7 +360,7 @@ def main(argv):
nargs='+', nargs='+',
type=str, type=str,
help=''' help='''
Run `git <command>` in each directory. You can use \- to escape - in your Run `git <command>` in each directory. You can use \\- to escape - in your
git arguments, since they would confuse this program's argparse. git arguments, since they would confuse this program's argparse.
If this is used, any --fetch, --pull, --push is ignored. If this is used, any --fetch, --pull, --push is ignored.
''', ''',