From 1eb4426599ca86c77ab08c5184f6011d09aec314 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Fri, 19 Aug 2011 15:07:05 +0000 Subject: scripts/combo-layer: fix configuration file handling (From OE-Core rev: e83017fe9e1dc89860a43d41d0480d1371539e44) Signed-off-by: Otavio Salvador Signed-off-by: Richard Purdie --- scripts/combo-layer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/combo-layer') diff --git a/scripts/combo-layer b/scripts/combo-layer index 07b3382f0a..f8763ee26a 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) -- cgit v1.2.3-54-g00ecf