From eca4902ece142985f3fb2a16651d15d6dbf9b24b Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sun, 14 Jun 2020 17:21:32 +0000 Subject: crosvm: fmt I should have run this before committing 28d9682698d287d14cbe67a0ed7acc1427add320, but I did not. --- src/main.rs | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/main.rs b/src/main.rs index ed7bb30..36f3881 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1701,16 +1701,21 @@ Enable split-irqchip support. "Path to sysfs of pass through or mdev device", ), #[cfg(feature = "video-decoder")] - Argument::flag("video-decoder", "\ + Argument::flag( + "video-decoder", + "\ (EXPERIMENTAL) Enable virtio-video decoder device. ", ), #[cfg(feature = "video-encoder")] - Argument::flag("video-encoder", "\ + Argument::flag( + "video-encoder", + "\ (EXPERIMENTAL) Enable virtio-video encoder device. -"), +", + ), Argument::value("acpi-table", "PATH", "Path to user provided ACPI table."), Argument::short_flag('h', "help", "Print help message."), ]; -- cgit 1.4.1