From 4bd150ae0f9b8ccfb195393ceb4e05948c939241 Mon Sep 17 00:00:00 2001 From: Geoffroy Van Cutsem Date: Thu, 25 Feb 2021 21:36:23 +0100 Subject: [PATCH] DM: update the 'acrn-dm' usage information Update the 'acrn-dm' usage information. It is displayed when using '-h' or when an argument parsing error occured but was not up-to-date with the actual implementation. Tracked-On: #5781 Signed-off-by: Geoffroy Van Cutsem --- devicemodel/core/main.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/devicemodel/core/main.c b/devicemodel/core/main.c index 68091e2f1..816bf066f 100644 --- a/devicemodel/core/main.c +++ b/devicemodel/core/main.c @@ -146,9 +146,9 @@ usage(int code) " %*s [--acpidev_pt HID] [--mmiodev_pt MMIO_Regions]\n" " %*s [--vtpm2 sock_path] [--virtio_poll interval] [--mac_seed seed_string]\n" " %*s [--cpu_affinity pCPUs] [--lapic_pt] [--rtvm] [--windows]\n" - " %*s [--debugexit] [--logger-setting param_setting] [--pm_notify_channel]\n" - " %*s [--psram]\n" - " %*s [--pm_by_vuart vuart_node] \n" + " %*s [--debugexit] [--logger_setting param_setting]\n" + " %*s [--pm_notify_channel] [--pm_by_vuart vuart_node]\n" + " %*s [--psram] \n" " -A: create ACPI tables\n" " -B: bootargs for kernel\n" " -E: elf image path\n" @@ -166,8 +166,8 @@ usage(int code) " -Y: disable MPtable generation\n" " --mac_seed: set a platform unique string as a seed for generate mac address\n" " --vsbl: vsbl file path\n" - " --psram: Enable Software SRAM passthrough\n" " --ovmf: ovmf file path\n" + " --psram: Enable Software SRAM passthrough\n" " --cpu_affinity: list of pCPUs assigned to this VM\n" " --part_info: guest partition info file path\n" " --enable_trusty: enable trusty for guest\n"