فهرست منبع

remove spammy double drk logo in help

x 3 سال پیش
والد
کامیت
294d36bff8
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      bin/drk/src/main.rs

+ 2 - 2
bin/drk/src/main.rs

@@ -171,7 +171,7 @@ enum Subcmd {
     },
 
     /// OTC atomic swap
-    #[command(subcommand, about = cli_desc!())]
+    #[command(subcommand)]
     Otc(OtcSubcmd),
 
     /// Inspect a transaction from stdin
@@ -189,7 +189,7 @@ enum Subcmd {
     Subscribe,
 
     /// DAO functionalities
-    #[command(subcommand, about = cli_desc!())]
+    #[command(subcommand)]
     Dao(DaoSubcmd),
 
     /// Scan the blockchain and parse relevant transactions