mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 10:32:10 +00:00
crosvm: re-add '-d' short arg
Re-add the '--disk' short arg '-d' that was dropped by CL:3684144. BUG=None TEST=compiles Change-Id: I797f9995ad55d74e55d8c106ed42e61624c0f00f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3716014 Commit-Queue: David Stevens <stevensd@chromium.org> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
parent
ffad493f61
commit
918bdde54f
1 changed files with 1 additions and 0 deletions
|
@ -504,6 +504,7 @@ pub struct RunCommand {
|
||||||
pub disable_virtio_intx: bool,
|
pub disable_virtio_intx: bool,
|
||||||
#[argh(
|
#[argh(
|
||||||
option,
|
option,
|
||||||
|
short = 'd',
|
||||||
long = "disk",
|
long = "disk",
|
||||||
arg_name = "PATH[,key=value[,key=value[,...]]",
|
arg_name = "PATH[,key=value[,key=value[,...]]",
|
||||||
from_str_fn(numbered_disk_option)
|
from_str_fn(numbered_disk_option)
|
||||||
|
|
Loading…
Reference in a new issue