mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +00:00
main: Place --tpm
in the correct argument group
Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
parent
453bc31994
commit
2ef04671be
@ -460,7 +460,7 @@ fn create_app(default_vcpus: String, default_memory: String, default_rng: String
|
|||||||
.long("tpm")
|
.long("tpm")
|
||||||
.num_args(1)
|
.num_args(1)
|
||||||
.help(TpmConfig::SYNTAX)
|
.help(TpmConfig::SYNTAX)
|
||||||
.group("vmm-config"),
|
.group("vm-config"),
|
||||||
);
|
);
|
||||||
|
|
||||||
#[cfg(target_arch = "x86_64")]
|
#[cfg(target_arch = "x86_64")]
|
||||||
|
Loading…
Reference in New Issue
Block a user