Merge "updater_sample: change gen_update_config args"
This commit is contained in:
@@ -131,10 +131,10 @@ def main(): # pylint: disable=missing-docstring
|
|||||||
choices=ab_install_type_choices,
|
choices=ab_install_type_choices,
|
||||||
help='A/B update installation type')
|
help='A/B update installation type')
|
||||||
parser.add_argument('--ab_force_switch_slot',
|
parser.add_argument('--ab_force_switch_slot',
|
||||||
type=bool,
|
|
||||||
default=False,
|
default=False,
|
||||||
help='if set true device will boot to a new slot, otherwise user manually '
|
action='store_true',
|
||||||
'switches slot on the screen')
|
help='if set device will boot to a new slot, otherwise user '
|
||||||
|
'manually switches slot on the screen')
|
||||||
parser.add_argument('package',
|
parser.add_argument('package',
|
||||||
type=str,
|
type=str,
|
||||||
help='OTA package zip file')
|
help='OTA package zip file')
|
||||||
|
|||||||
Reference in New Issue
Block a user