From 4506d7c2166acc59796517f36d44a7d94f6a706f Mon Sep 17 00:00:00 2001
From: Sergio Ahumada <sergio.ahumada@digia.com>
Date: Wed, 3 Oct 2012 16:01:20 +0200
Subject: [PATCH] README: Little fix to create_installer.py arguments
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Change-Id: I6b7d62b8cf017f6e81048e207a027c2bf3ba0329
Reviewed-by: Simo Fält <simo.falt@digia.com>
---
 release-tools/README | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/release-tools/README b/release-tools/README
index 6e210ca..556f864 100644
--- a/release-tools/README
+++ b/release-tools/README
@@ -86,7 +86,7 @@
 
         Now you are ready the create the installer with the following command (on windows):
 
-        > python create_installer.py win_x86_beta offline devmode
+        > python create_installer.py -f win_x86_beta --offline --devmode
 
         Explanations:
 
@@ -102,13 +102,13 @@
 
     To create a standalone offline installer use:
 
-    Linux:      python create_installer.py linux linux_x86_32_beta offline devmode
+    Linux:      python create_installer.py linux -f linux_x86_32_beta --offline --devmode
                 OR
-                python create_installer.py linux linux_x86_64_beta offline devmode
+                python create_installer.py linux -f linux_x86_64_beta --offline --devmode
 
-    Mac:        python create_installer.py mac mac_x86_64_beta offline devmode
+    Mac:        python create_installer.py mac -f mac_x86_64_beta --offline --devmode
 
-    Windows:    python create_installer.py win_x86_beta offline devmode
+    Windows:    python create_installer.py -f win_x86_beta --offline --devmode
 
 
     output:
-- 
GitLab