From cbca571d425f55448fb8ccd79b4b46554cc036b2 Mon Sep 17 00:00:00 2001 From: Niels Weber Date: Thu, 3 May 2012 15:22:18 +0200 Subject: Fixes to parameter syntax documentation. Change-Id: Ie515bb76104b6c325f93e643828619d46e052533 Reviewed-by: Leena Miettinen Reviewed-by: Karsten Heimrich --- doc/installerfw.qdoc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'doc/installerfw.qdoc') diff --git a/doc/installerfw.qdoc b/doc/installerfw.qdoc index b33295373..f55aa2de5 100644 --- a/doc/installerfw.qdoc +++ b/doc/installerfw.qdoc @@ -545,13 +545,13 @@ \o On Windows: \code - \binarycreator.exe -t \installerbase.exe -p -c + \binarycreator.exe -t \installerbase.exe -p -c \ \endcode \o On Linux and Mac OS X \code - /binarycreator -t /installerbase -p -c + /binarycreator -t /installerbase -p -c / \endcode \endlist @@ -563,13 +563,13 @@ \o On Windows: \code - \binarycreator.exe -t \installerbase.exe -p -c -e + \binarycreator.exe -t \installerbase.exe -p -c \ -e \endcode \o On Linux and Mac OS X \code - /binarycreator -t /installerbase -p -c -e + /binarycreator -t /installerbase -p -c / -e \endcode \endlist @@ -734,14 +734,14 @@ Use the \c repogen tool to create online repositories of all packages of one package directory: - repogen.exe -p -c repository + repogen.exe -p -c \ repository For example, to create a repository that contains only com.nokia.sdk.qt and com.nokia.sdk.qtcreator, enter the following command: \code - repogen.exe -p packages -c installer-config -i com.nokia.sdk.qt,com.nokia.sdk.qtcreator repository + repogen.exe -p packages -c installer-config\config.xml -i com.nokia.sdk.qt,com.nokia.sdk.qtcreator repository \endcode When the repository has been created, upload it to a web server. You must @@ -787,7 +787,7 @@ following command: \code - \binarycreator.exe -t \installerbase.exe -p -c -e + \binarycreator.exe -t \installerbase.exe -p -c \ -e \endcode For example, enter the following command to create an installer binary @@ -796,7 +796,7 @@ repository: \code - binarycreator.exe -p installer-packages -c installer-config -e com.nokia.sdk.qt,com.nokia.qtcreator SDKInstaller.exe + binarycreator.exe -p installer-packages -c installer-config\config.xml -e com.nokia.sdk.qt,com.nokia.qtcreator SDKInstaller.exe \endcode \section1 Reducing Installer Size @@ -837,7 +837,7 @@ To create an offline installer in Windows, enter the following command: \code - \binarycreator.exe --offline-only -t \installerbase.exe -p -c + \binarycreator.exe --offline-only -t \installerbase.exe -p -c \ \endcode Some options have default values, and therefore, you can omit them. -- cgit v1.2.3