diff options
Diffstat (limited to 'scripts/combo-layer')
-rwxr-xr-x | scripts/combo-layer | 4 |
1 files changed, 2 insertions, 2 deletions
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: | |||
339 | update get patches from component repos and apply them to the combo repo | 339 | update get patches from component repos and apply them to the combo repo |
340 | splitpatch [commit] generate commit patch and split per component, default commit is HEAD""") | 340 | splitpatch [commit] generate commit patch and split per component, default commit is HEAD""") |
341 | 341 | ||
342 | parser.add_option("-c", "--conf", help = "specify the config file. default is conf/combolayer.conf", | 342 | parser.add_option("-c", "--conf", help = "specify the config file (conf/combo-layer.conf is the default).", |
343 | action = "store", dest = "conffile", default = "combo-layer.conf") | 343 | action = "store", dest = "conffile", default = "conf/combo-layer.conf") |
344 | 344 | ||
345 | parser.add_option("-i", "--interactive", help = "interactive mode, user can edit the patch list and patches", | 345 | parser.add_option("-i", "--interactive", help = "interactive mode, user can edit the patch list and patches", |
346 | action = "store_true", dest = "interactive", default = False) | 346 | action = "store_true", dest = "interactive", default = False) |