From 9fd7593233d9b44956983cd26e75cdfb580c7293 Mon Sep 17 00:00:00 2001 From: Yu Jiang Tham Date: Sun, 2 Jun 2024 15:53:11 -0400 Subject: [PATCH] Update readme --- sdk/src/run/readme.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sdk/src/run/readme.md b/sdk/src/run/readme.md index 5b9931c..09dcb72 100644 --- a/sdk/src/run/readme.md +++ b/sdk/src/run/readme.md @@ -18,9 +18,10 @@ Options: -n, --name Name of the output metadata file [default: circuit] -d, --data-path For saving build artifacts [default: data] -c, --config For specifying custom circuit parameters - --srs For specifying custom KZG params directory [default: params] - --aggregate Whether to aggregate the output (defaults to false) - --auto-config-aggregation Whether to aggregate the output (defaults to false) + --srs For specifying custom KZG params directory + --aggregate Whether to aggregate the output [default: false] + --auto-config-aggregation Whether to aggregate the output [default: false] + -s, --to-stdout (witness-gen only) Output to stdout (true) or json (false) [default: false] -h, --help Print help -V, --version Print version ``` \ No newline at end of file