From 7bf8fdaabe19d39f6f6face9f21b51ca24614bbc Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Tue, 28 Apr 2015 18:40:54 +0000 Subject: morph help: Expand upon the importance of the first trove-id Change-Id: I048687305054f08b0d8e01daa1366170b3eec323 --- morphlib/app.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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']) -- cgit v1.2.1