summaryrefslogtreecommitdiff
path: root/morphlib/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/app.py')
-rw-r--r--morphlib/app.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/morphlib/app.py b/morphlib/app.py
index 91647a32..5b11d269 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'