Skip to content

Commit

Permalink
chore: update documentation of show_output flag (noir-lang#1150)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Apr 13, 2023
1 parent f9605f9 commit 2bb78cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/noirc_driver/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pub struct CompileOptions {
#[arg(short, long)]
pub allow_warnings: bool,

/// Display output of `println` statements during tests
/// Display output of `println` statements
#[arg(long)]
pub show_output: bool,
}
Expand Down

0 comments on commit 2bb78cc

Please sign in to comment.