summaryrefslogtreecommitdiff
path: root/morph
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-02-27 18:46:35 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-02-27 18:46:35 +0000
commit3500ca7889a44795ebab04643829d82d840d75bf (patch)
tree08ac13f100725ecf51e1842c95457de629448142 /morph
parentc5bc258ea70ffc529b5a61271bea147e11354bc8 (diff)
downloadmorph-3500ca7889a44795ebab04643829d82d840d75bf.tar.gz
Clarify that --ignore-submodules applies to git submodules
Diffstat (limited to 'morph')
-rwxr-xr-xmorph4
1 files changed, 2 insertions, 2 deletions
diff --git a/morph b/morph
index 0a20d65d..2180cec3 100755
--- a/morph
+++ b/morph
@@ -59,8 +59,8 @@ class Morph(cliapp.Application):
'DANGEROUS and will install stuff on your '
'system')
self.settings.boolean(['ignore-submodules'],
- 'do not cache repositories of submodules and '
- 'unpack them into the build directory')
+ 'do not cache repositories of git submodules '
+ 'or unpack them into the build directory')
self.settings.boolean(['no-git-update'],
'do not update the cached git repositories '