summary refs log tree commit diff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs11
1 files 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."),
     ];