config_tools: add 'configurator' to error message

A new target is available to the gen_acrn_deb.py script, namely
'configurator'. The error message in case the user passes an incorrect target
provides the valid option but did not mention this new 'configurator' target.

Tracked-On: #7367
Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
This commit is contained in:
Geoffroy Van Cutsem 2022-04-25 16:04:01 +02:00 committed by acrnsi-robot
parent b894b89f41
commit e748842da0

View File

@ -241,4 +241,4 @@ if __name__ == "__main__":
elif args.deb_mode == 'configurator':
create_configurator_deb(args.build_dir)
else:
print("ERROR: Please check the value of deb_mode: the value shall be acrn_all or board_inspector.")
print("ERROR: Please check the value of deb_mode: the value shall be acrn_all, board_inspector or configurator.")