Skip to content

Commit

Permalink
main: Place --tpm in the correct argument group
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Bradford <[email protected]>
  • Loading branch information
rbradford authored and likebreath committed Nov 8, 2024
1 parent 453bc31 commit 2ef0467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ fn create_app(default_vcpus: String, default_memory: String, default_rng: String
.long("tpm")
.num_args(1)
.help(TpmConfig::SYNTAX)
.group("vmm-config"),
.group("vm-config"),
);

#[cfg(target_arch = "x86_64")]
Expand Down

0 comments on commit 2ef0467

Please sign in to comment.