Skip to content

Commit

Permalink
Fixed #48 - Fixed typo in --help.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Jul 25, 2010
1 parent f26c254 commit e475745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtualenv.py
Expand Up @@ -467,7 +467,7 @@ def main():
'--distribute',
dest='use_distribute',
action='store_true',
help='Use Distribute instead of Setuptools. Set environ variable'
help='Use Distribute instead of Setuptools. Set environ variable '
'VIRTUALENV_USE_DISTRIBUTE to make it the default ')

if 'extend_parser' in globals():
Expand Down

0 comments on commit e475745

Please sign in to comment.