Преглед изворни кода

darkfid/main: removed validate short flag

skoupidi пре 1 година
родитељ
комит
7d95191af8
1 измењених фајлова са 1 додато и 1 уклоњено
  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,