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

adjust message

This commit is contained in:
schaeff 2021-11-03 17:08:18 +01:00
parent 0ff1bdb50f
commit fce7fe8a97

View file

@ -9,7 +9,7 @@ use zokrates_field::Field;
pub fn subcommand() -> App<'static, 'static> {
SubCommand::with_name("inspect")
.about("Prints the compiled program in a human readable format")
.about("Outputs a compiled program to a file in a human readable format")
.arg(
Arg::with_name("input")
.short("i")