瀏覽代碼

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,