]> code.ossystems Code Review - openembedded-core.git/commitdiff
scripts/combo-layer: fix configuration file handling
authorOtavio Salvador <otavio@ossystems.com.br>
Fri, 19 Aug 2011 15:07:05 +0000 (15:07 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 24 Aug 2011 01:23:16 +0000 (18:23 -0700)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
scripts/combo-layer

index 07b3382f0a4b45703360edecb21e10b0f15e41e6..f8763ee26aa73436013dbdbbe8e7415e06185460 100755 (executable)
@@ -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)