summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2015-04-28 18:40:54 +0000
committerBaserock Gerrit <gerrit@baserock.org>2015-04-30 09:11:20 +0000
commit7bf8fdaabe19d39f6f6face9f21b51ca24614bbc (patch)
tree3c536ac6a86dc03cb9569cbe9f3473e58a6db9c0
parent442e62c63a55a3dcb87b62da818c60e4149f399b (diff)
downloadmorph-7bf8fdaabe19d39f6f6face9f21b51ca24614bbc.tar.gz
morph help: Expand upon the importance of the first trove-id
Change-Id: I048687305054f08b0d8e01daa1366170b3eec323
-rw-r--r--morphlib/app.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/morphlib/app.py b/morphlib/app.py
index 293b8517..637366e9 100644
--- a/morphlib/app.py
+++ b/morphlib/app.py
@@ -74,7 +74,9 @@ class Morph(cliapp.Application):
default=defaults['trove-host'])
self.settings.string_list(['trove-id', 'trove-prefix'],
'list of URL prefixes that should be '
- 'resolved to Trove',
+ 'resolved to Trove. The first PREFIX '
+ 'holds special significance, as the '
+ 'primary working prefix.',
metavar='PREFIX, ...',
default=defaults['trove-id'])