1diff --git a/src/main.rs b/src/main.rs
2index 51f3759..e8c65ef 100644
3--- a/src/main.rs
4+++ b/src/main.rs
5@@ -81,7 +81,7 @@ struct VsockParam {
6 }
7
8 #[derive(Parser, Debug)]
9-#[command(version, about, long_about = None)]
10+#[command(version, about = None, long_about = None)]
11 struct VsockArgs {
12     #[command(flatten)]
13     param: Option<VsockParam>,
14