Skip to content

Commit

Permalink
fix(fil-proofs-tooling): fix circuitinfo's binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
DrPeterVanNostrand committed Apr 2, 2021
1 parent ec2ef88 commit 540cbe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fil-proofs-tooling/src/bin/circuitinfo/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ fn get_window_post_info<Tree: 'static + MerkleTreeTrait>(post_config: &PoStConfi
}

#[derive(Debug, StructOpt)]
#[structopt(name = "paramcache")]
#[structopt(name = "circuitinfo")]
struct Opt {
#[structopt(long)]
winning: bool,
Expand Down

0 comments on commit 540cbe2

Please sign in to comment.