summaryrefslogtreecommitdiff
path: root/morph
diff options
context:
space:
mode:
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 '