Skip to content

Commit 4dfd0d0

Browse files
Update kani-driver/src/args/mod.rs
Co-authored-by: Zyad Hassan <88045115+zhassan-aws@users.noreply.github.com>
1 parent 8b6609c commit 4dfd0d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kani-driver/src/args/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ pub struct VerificationArgs {
242242
#[arg(long)]
243243
pub default_unwind: Option<u32>,
244244

245-
#[arg(long = "export-json")]
245+
#[arg(long)]
246246
pub export_json: Option<PathBuf>,
247247

248248
/// When specified, the harness filter will only match the exact fully qualified name of a harness

0 commit comments

Comments
 (0)