From 5c5673966b8dbc62cb01bc0d3953f91f18dbe3da Mon Sep 17 00:00:00 2001 From: Camille GOUTTEBROZE Date: Tue, 14 Oct 2014 15:32:42 +0200 Subject: [PATCH] Small fix --- bin/app-quickstart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/app-quickstart.py b/bin/app-quickstart.py index 8185a4b4c..5ebd1d5e5 100755 --- a/bin/app-quickstart.py +++ b/bin/app-quickstart.py @@ -41,7 +41,7 @@ def profileQuickStartParser() : "--modules", metavar="", type="string", - action="append", + action="store", dest="modules", default='KERNEL,GUI', help="List of the application's modules") -- 2.39.2