summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/installerfw.qdoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/installerfw.qdoc b/doc/installerfw.qdoc
index 3984429e8..fbcab3cd4 100644
--- a/doc/installerfw.qdoc
+++ b/doc/installerfw.qdoc
@@ -795,6 +795,7 @@
\o Enabled, with 0 disabling this repository.
\o Username, which is used as user on a protected repository.
\o Password, which sets the password to use on a protected repository.
+ \o DisplayName, which optionally sets a String to display instead of the URL.
\endlist
@@ -804,10 +805,11 @@
\code
<RemoteRepositories>
<Repository>
- <Url>http://www.yourcompany.com/packages</Url>
+ <Url>http://www.example.com/packages</Url>
<Enabled>1</Enabled>
<Username>user</Username>
<Password>password</Password>
+ <DisplayName>Example repository</DisplayName>
</Repository>
</RemoteRepositories>
\endcode