From 8d5f55537318906e09304a1cd4414bb3222b0aa2 Mon Sep 17 00:00:00 2001
From: Jiahao XU <Jiahao_XU@outlook.com>
Date: Fri, 5 Aug 2022 15:02:38 +1000
Subject: [PATCH] Add new option `-q` for compatibility with `cargo-install`

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
---
 src/main.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.rs b/src/main.rs
index 35379458..6e4bace0 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -166,7 +166,7 @@ struct Options {
     /// Equivalent to setting `log_level` to `off`.
     ///
     /// This would override the `log_level`.
-    #[clap(help_heading = "Meta", long)]
+    #[clap(help_heading = "Meta", short, long)]
     quiet: bool,
 }