Skip to content

Commit 085937a

Browse files
committed
fix(verity-go): add missing --hash-output flag to CLI example
1 parent c76ca35 commit 085937a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

verity-go/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ compute fs-verity for each file, build the Merkle tree, and write the FlatBuffer
3030
metadata file:
3131

3232
```bash
33-
cargo run -p cryptpilot-verity -- format /path/to/dir --label env=prod -m metadata.fb
33+
cargo run -p cryptpilot-verity -- format /path/to/dir --label env=prod -m metadata.fb --hash-output -
3434
```
3535

3636
#### Option B: Go implementation

verity-go/README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Rust `cryptpilot-verity` CLI 可自动完成完整流程 — 遍历目录、
2929
计算每个文件的 fs-verity、构建 Merkle 树、输出 FlatBuffers 元数据文件:
3030

3131
```bash
32-
cargo run -p cryptpilot-verity -- format /path/to/dir --label env=prod -m metadata.fb
32+
cargo run -p cryptpilot-verity -- format /path/to/dir --label env=prod -m metadata.fb --hash-output -
3333
```
3434

3535
#### 方式 B:Go 代码实现

0 commit comments

Comments
 (0)