mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-28 09:33:01 +00:00
cmdline: fix naming of --software-tpm argument
This accidentally got renamed to just --tpm in the argh refactor. BUG=None TEST=cargo build --features=tpm && crosvm run --software-tpm ... Change-Id: Ifa31faef9c566d3e3828a726138e635c41beb582 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3707379 Commit-Queue: Daniel Verkamp <dverkamp@chromium.org> Reviewed-by: Anton Romanov <romanton@google.com> Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
parent
fb641f67e4
commit
a059bff152
1 changed files with 1 additions and 1 deletions
|
@ -913,7 +913,7 @@ pub struct RunCommand {
|
|||
/// path to put the control socket. If PATH is a directory, a name will be generated
|
||||
pub socket_path: Option<PathBuf>,
|
||||
#[cfg(feature = "tpm")]
|
||||
#[argh(switch, long = "tpm")]
|
||||
#[argh(switch)]
|
||||
/// enable a software emulated trusted platform module device
|
||||
pub software_tpm: bool,
|
||||
#[cfg(feature = "audio")]
|
||||
|
|
Loading…
Reference in a new issue