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>, |