summaryrefslogtreecommitdiff
path: root/morph
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-02-28 14:53:13 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-02-28 14:53:13 +0000
commit9b54d9ff91f26365e785d2604355f11fc51fa97e (patch)
treeb15f69f0af898a4c493706aacb283111f29b32d2 /morph
parente65a63037e8ca4742cf3a3d8a96fe02035856b94 (diff)
downloadmorph-9b54d9ff91f26365e785d2604355f11fc51fa97e.tar.gz
Clarify --keep-path help: it's not just for tests anymore
Diffstat (limited to 'morph')
-rwxr-xr-xmorph3
1 files changed, 1 insertions, 2 deletions
diff --git a/morph b/morph
index 858dc154..1268edb0 100755
--- a/morph
+++ b/morph
@@ -72,8 +72,7 @@ class Morph(cliapp.Application):
metavar='N',
default=defaults['max-jobs'])
self.settings.boolean(['keep-path'],
- 'do not touch the PATH environment variable '
- '(use with tests ONLY)')
+ 'do not touch the PATH environment variable')
self.settings.boolean(['bootstrap'],
'build stuff in bootstrap mode; this is '
'DANGEROUS and will install stuff on your '