Przeglądaj źródła

darkfid/main: removed validate short flag

skoupidi 1 rok temu
rodzic
commit
7d95191af8
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      bin/darkfid/src/main.rs

+ 1 - 1
bin/darkfid/src/main.rs

@@ -69,7 +69,7 @@ struct Args {
     /// Purge pending sync headers
     purge_sync: bool,
 
-    #[structopt(short, long)]
+    #[structopt(long)]
     /// Fully validates existing blockchain state
     validate: bool,