From d4b9918944b1af5a0bdde09d1ebae1cbd225f6fc Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Thu, 2 Jul 2009 14:18:20 +0200 Subject: [PATCH] Updated command line options for source directory to follow example of build directory. --- pip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pip.py b/pip.py index 824a2028d..38a224530 100644 --- a/pip.py +++ b/pip.py @@ -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,