summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-07-27 00:22:31 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-07-27 00:22:31 +0000
commit51da0f08047aaa0d68bd645c4fd6c0249d3119cb (patch)
treee8ea80a1720d15830039221fba4892058ff15347
parent045b33f27edef83f1c0fc961efee9feb942937e0 (diff)
downloadmorph-51da0f08047aaa0d68bd645c4fd6c0249d3119cb.tar.gz
Improve help for '--local-changes' option
Change-Id: Ie905724b0e77a7f9b3a2ea1af348aa0f53ae26b8
-rw-r--r--morphlib/app.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/morphlib/app.py b/morphlib/app.py
index ba6ffac8..f837dc4f 100644
--- a/morphlib/app.py
+++ b/morphlib/app.py
@@ -167,11 +167,12 @@ class Morph(cliapp.Application):
group=group_build)
self.settings.choice (['local-changes'],
['include', 'ignore'],
- 'the `build` and `deploy` commands detect '
- 'uncommitted/unpushed local changes and operate '
+ 'various morph subcommands detect '
+ 'uncommitted/unpushed local changes and '
'operate from a temporary branch containing '
'those changes. Disable this behaviour with the '
- '`ignore` setting.',
+ '`ignore` setting. See help of subcommands to '
+ 'check the support for this option.',
group=group_build)
group_storage = 'Storage Options'