blob: 41f8819b7fe7bb9d864156389396e22a0ec03ab2 [file] [log] [blame] [edit]
diff --git a/src/main.rs b/src/main.rs
index 51f3759..e8c65ef 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -81,7 +81,7 @@ struct VsockParam {
}
#[derive(Parser, Debug)]
-#[command(version, about, long_about = None)]
+#[command(version, about = None, long_about = None)]
struct VsockArgs {
#[command(flatten)]
param: Option<VsockParam>,