Explorar o código

darkfid/main: removed validate short flag

skoupidi hai 1 ano
pai
achega
7d95191af8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,