aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier@tilloy.net>2010-03-18 18:03:55 +0100
committerOlivier Tilloy <olivier@tilloy.net>2010-03-18 18:03:55 +0100
commit6959800558a0a82cfcfd72f3ef457c2de6f9c92e (patch)
tree9363afebfde510b0c3cd0bc2ebe7143ff0bb961e /SConstruct
parentab214d20c38736bce62fb09bb9c666ecf2f0c9b7 (diff)
downloadpyexiv2-6959800558a0a82cfcfd72f3ef457c2de6f9c92e.tar.gz
Help text for the --user switch.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct3
1 files changed, 2 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 3a3d308..17a1192 100644
--- a/SConstruct
+++ b/SConstruct
@@ -7,7 +7,8 @@ def build_lib():
# Installing in the user site directory requires Python ≥ 2.6.
pass
else:
- AddOption('--user', action='store_true')
+ AddOption('--user', action='store_true',
+ help='Install in the user site directory.')
SConscript('src/SConscript', variant_dir='build', duplicate=0)
def build_doc():