Skip to content

Commit

Permalink
Merge pull request #1563 from rapiz1/help-fix
Browse files Browse the repository at this point in the history
Fix subcommand help messages
  • Loading branch information
gluax authored Feb 2, 2022
2 parents 651fe42 + 3459e56 commit 77b2b92
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions leo/commands/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ fn parse_excluded_names(src: &str) -> Box<str> {
Box::from(src)
}

// Compiler Options wrapper for Build command. Also used by other commands which
// require Build command output as their input.
#[cfg_attr(
doc,
doc = "Compiler Options wrapper for Build command. Also used by other commands whichrequire Build command output as their input."
)]
#[derive(StructOpt, Clone, Debug)]
pub struct BuildOptions {
#[structopt(long, help = "Disable constant folding compiler optimization.")]
Expand Down

0 comments on commit 77b2b92

Please sign in to comment.