Skip to content

Commit 52bcbb1

Browse files
committed
Fix doc comment
1 parent 753d20f commit 52bcbb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const DEFAULT_RPC_URL: &str = "https://eth.merkle.io";
1818
/// Default filename for output checkpoint file
1919
const DEFAULT_OUTPUT_PATH: &str = ".cfmms-checkpoint.json";
2020

21-
/// CLI parameters
21+
/// `mkcheckpoint` is a utility for producing checkpoints of AMM state from CSV data
2222
#[derive(Parser)]
2323
struct Opts {
2424
/// URL to the Ethereum RPC provider

0 commit comments

Comments
 (0)