---
morphlib/app.py | 3 +++
1 file changed, 3 insertions(+)
diff --git a/morphlib/app.py b/morphlib/app.py
index 91647a3..5b11d26 100644
--- a/morphlib/app.py
+++ b/morphlib/app.py
@@ -84,6 +84,9 @@ class Morph(cliapp.Application):
'do not update the cached git repositories '
'automatically',
group=group_advanced)
+ self.settings.boolean(['build-log-on-stdout'],
+ 'write build log on stdout',
+ group=group_advanced)
self.settings.string_list(['repo-alias'],
'list of URL prefix definitions, in the '
'form:
example=git://git.example.com/%s'
--
1.7.10.4