From 9bb21aca64b5afadc79b02b0198418ed937d8fda Mon Sep 17 00:00:00 2001 From: Geoffroy Van Cutsem Date: Mon, 9 Sep 2019 10:38:27 +0200 Subject: [PATCH] dm: remove '-p' option from the embedded help Remove the '-p' ("pincpu" option) from the help displayed when calling 'acrn-dm -h'. Tracked-On: #3600 Signed-off-by: Geoffroy Van Cutsem --- devicemodel/core/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicemodel/core/main.c b/devicemodel/core/main.c index f6bb181f4..639fb7a48 100644 --- a/devicemodel/core/main.c +++ b/devicemodel/core/main.c @@ -132,7 +132,7 @@ usage(int code) fprintf(stderr, "Usage: %s [-hAWYv] [-B bootargs] [-c vcpus] [-E elf_image_path]\n" " %*s [-G GVT_args] [-i ioc_mediator_parameters] [-k kernel_image_path]\n" - " %*s [-l lpc] [-m mem] [-p vcpu:hostcpu] [-r ramdisk_image_path]\n" + " %*s [-l lpc] [-m mem] [-r ramdisk_image_path]\n" " %*s [-s pci] [-U uuid] [--vsbl vsbl_file_name] [--ovmf ovmf_file_path]\n" " %*s [--part_info part_info_name] [--enable_trusty] [--intr_monitor param_setting]\n" " %*s [--vtpm2 sock_path] [--virtio_poll interval] [--mac_seed seed_string]\n"