Skip to content

Commit

Permalink
o1vm: update description
Browse files Browse the repository at this point in the history
  • Loading branch information
dannywillems committed Nov 4, 2024
1 parent 9130939 commit 0f96782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions o1vm/src/cannon_cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ use crate::cannon::*;
use clap::{arg, value_parser, Arg, ArgAction};

pub fn main_cli() -> clap::Command {
let app_name = "zkvm";
let app_name = "o1vm";
clap::Command::new(app_name)
.version("0.1")
.about("MIPS-based zkvm")
.about("o1vm - a generic purpose zero-knowledge virtual machine")
.arg(arg!(--input <FILE> "initial state file").default_value("state.json"))
.arg(arg!(--output <FILE> "output state file").default_value("out.json"))
.arg(arg!(--meta <FILE> "metadata file").default_value("meta.json"))
Expand Down

0 comments on commit 0f96782

Please sign in to comment.