From 51da0f08047aaa0d68bd645c4fd6c0249d3119cb Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Wed, 27 Jul 2016 00:22:31 +0000 Subject: Improve help for '--local-changes' option Change-Id: Ie905724b0e77a7f9b3a2ea1af348aa0f53ae26b8 --- morphlib/app.py | 7 ++++--- 1 file 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' -- cgit v1.2.1