fix mpc init message
This commit is contained in:
parent
3a4436068e
commit
99f145566f
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ pub fn subcommand() -> App<'static, 'static> {
|
|||
.arg(
|
||||
Arg::with_name("radix-path")
|
||||
.short("r")
|
||||
.long("radix-dir")
|
||||
.help("Path of the directory containing parameters for various 2^m circuit depths (phase1radix2m{0..=m})")
|
||||
.long("radix-path")
|
||||
.help("Path of the phase1radix2m{n} file")
|
||||
.value_name("PATH")
|
||||
.takes_value(true)
|
||||
.required(true),
|
||||
|
|
Loading…
Reference in a new issue