diff options
| author | Kamen Mladenov <kamen@syndamia.com> | 2025-02-11 17:57:28 +0200 |
|---|---|---|
| committer | Kamen Mladenov <kamen@syndamia.com> | 2025-02-11 17:57:28 +0200 |
| commit | ceeb0074a6eca8cf282fb79ed967fcf2b36f83ea (patch) | |
| tree | 0680beb32f90cd46d116f44f25dffd0d8e2aa209 /zkvms_host_io | |
| parent | 50029c01a85cd63ec1352bf7b2db7b65bc7a6b16 (diff) | |
| download | zkVMs-benchmarks-ceeb0074a6eca8cf282fb79ed967fcf2b36f83ea.tar zkVMs-benchmarks-ceeb0074a6eca8cf282fb79ed967fcf2b36f83ea.tar.gz zkVMs-benchmarks-ceeb0074a6eca8cf282fb79ed967fcf2b36f83ea.zip | |
fix(zkvms_host_io): Rename short metrics output flag to 'o'
Diffstat (limited to 'zkvms_host_io')
| -rw-r--r-- | zkvms_host_io/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zkvms_host_io/src/lib.rs b/zkvms_host_io/src/lib.rs index 680477a..27099ef 100644 --- a/zkvms_host_io/src/lib.rs +++ b/zkvms_host_io/src/lib.rs @@ -39,7 +39,7 @@ struct Cli { millis: bool, /// Put the benchmark's formatted output into a file of the given path - #[arg(short, long, requires = "benchmark")] + #[arg(short = 'o', long, requires = "benchmark")] metrics_output: Option<String>, /// Append the benchmark formatted output to the given file, instead of replacing it |
