Fix this escaped hyphen.
This commit is contained in:
parent
8ceec7bb96
commit
a1311b686b
1 changed files with 1 additions and 1 deletions
|
|
@ -360,7 +360,7 @@ def main(argv):
|
|||
nargs='+',
|
||||
type=str,
|
||||
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.
|
||||
If this is used, any --fetch, --pull, --push is ignored.
|
||||
''',
|
||||
|
|
|
|||
Loading…
Reference in a new issue