diff --git a/checkpoint/src/builder.rs b/checkpoint/src/builder.rs index 9201e20..51d9da1 100644 --- a/checkpoint/src/builder.rs +++ b/checkpoint/src/builder.rs @@ -53,7 +53,7 @@ struct Args { /// AWS CLI profile name #[arg(long, requires = "upload")] profile: Option, - + /// Path of a Rust source file to write the checkpoint constant to. /// Skipped if not set. Typically `checkpoint/src/integrity.rs` from a /// workspace checkout; irrelevant on servers.