1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Updated command line options for source directory to follow example of build directory.

This commit is contained in:
Jannis Leidel 2009-07-02 14:18:20 +02:00
parent c04f73adc4
commit d4b9918944

2
pip.py
View file

@ -381,7 +381,7 @@ class InstallCommand(Command):
default=None,
help='Unpack packages into DIR (default %s) and build from there' % base_prefix)
self.parser.add_option(
'--src', '--source',
'--src', '--source', '--source-dir', '--source-directory',
dest='src_dir',
metavar='DIR',
default=None,