summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2014-10-16 19:13:48 +0100
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2014-11-04 12:40:55 +0000
commit4a12a06e724e2e88bc554e8df31fa184df672db7 (patch)
tree7d4eb1faff13c28ff2a004fdc0fa4ade2962760e
parent97ce636cf809249733486cdcd521e574c0711536 (diff)
downloadimport-4a12a06e724e2e88bc554e8df31fa184df672db7.tar.gz
TODO
-rwxr-xr-ximport/pip_lorry.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/import/pip_lorry.py b/import/pip_lorry.py
index 1d9ccfe..89f4d4a 100755
--- a/import/pip_lorry.py
+++ b/import/pip_lorry.py
@@ -175,6 +175,8 @@ if __name__ == '__main__':
if len(sys.argv) != max_args:
# TODO explain the format of python requirements
+ # warn the user that they probably want to quote their arg
+ # > < will be interpreted as redirection by the shell
print('usage: %s requirement'
% sys.argv[0], file=sys.stderr)
sys.exit(1)