From: Camille GOUTTEBROZE Date: Tue, 14 Oct 2014 13:32:42 +0000 (+0200) Subject: Small fix X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5c5673966b8dbc62cb01bc0d3953f91f18dbe3da;p=modules%2Fkernel.git Small fix --- 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")