Răsfoiți Sursa

remove spammy double drk logo in help

x 3 ani în urmă
părinte
comite
294d36bff8
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  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