From 9b54d9ff91f26365e785d2604355f11fc51fa97e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 28 Feb 2012 14:53:13 +0000 Subject: Clarify --keep-path help: it's not just for tests anymore --- morph | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'morph') 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 ' -- cgit v1.2.1