Skip to content

Commit

Permalink
fix formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed May 15, 2020
1 parent 72e6b64 commit 21affe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manic/checkout.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def commandline_arguments(args=None):
'Default: %(default)s.')

parser.add_argument('-x', '--exclude', nargs='*',
help='Component(s) listed in the externals file which should be ignored.' )
help='Component(s) listed in the externals file which should be ignored.')

parser.add_argument('-o', '--optional', action='store_true', default=False,
help='By default only the required externals '
Expand Down

0 comments on commit 21affe3

Please sign in to comment.