From: Otavio Salvador Date: Fri, 19 Aug 2011 15:07:05 +0000 (+0000) Subject: scripts/combo-layer: fix configuration file handling X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~44422 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e83017fe9e1dc89860a43d41d0480d1371539e44;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git scripts/combo-layer: fix configuration file handling Signed-off-by: Otavio Salvador --- diff --git a/scripts/combo-layer b/scripts/combo-layer index 07b3382f0a4..f8763ee26aa 100755 --- a/scripts/combo-layer +++ b/scripts/combo-layer @@ -339,8 +339,8 @@ Action: update get patches from component repos and apply them to the combo repo splitpatch [commit] generate commit patch and split per component, default commit is HEAD""") - parser.add_option("-c", "--conf", help = "specify the config file. default is conf/combolayer.conf", - action = "store", dest = "conffile", default = "combo-layer.conf") + parser.add_option("-c", "--conf", help = "specify the config file (conf/combo-layer.conf is the default).", + action = "store", dest = "conffile", default = "conf/combo-layer.conf") parser.add_option("-i", "--interactive", help = "interactive mode, user can edit the patch list and patches", action = "store_true", dest = "interactive", default = False)