aboutsummaryrefslogtreecommitdiff
path: root/zkvms_host_io/src/lib.rs
diff options
context:
space:
mode:
authorKamen Mladenov <kamen@syndamia.com>2025-02-11 17:57:28 +0200
committerKamen Mladenov <kamen@syndamia.com>2025-02-11 17:57:28 +0200
commitceeb0074a6eca8cf282fb79ed967fcf2b36f83ea (patch)
tree0680beb32f90cd46d116f44f25dffd0d8e2aa209 /zkvms_host_io/src/lib.rs
parent50029c01a85cd63ec1352bf7b2db7b65bc7a6b16 (diff)
downloadzkVMs-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/src/lib.rs')
-rw-r--r--zkvms_host_io/src/lib.rs2
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