1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00

fix mpc init message

This commit is contained in:
dark64 2023-02-20 19:24:16 +01:00
parent 3a4436068e
commit 99f145566f

View file

@ -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),