Skip to content

Commit

Permalink
fix docs comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Defernus committed Sep 29, 2023
1 parent 69d89ad commit c132786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ pub struct CheckConfig {
#[arg(short, long, default_value = "https://stylus-testnet.arbitrum.io/rpc")]
endpoint: String,
/// Build only the specified binary (See cargo's `--bin` attribute
/// https://doc.rust-lang.org/cargo/commands/cargo-build.html#target-selection)
/// https://doc.rust-lang.org/cargo/commands/cargo-build.html#target-selection).
/// Useful for projects with workspaces that have multiple contracts.
#[arg(long)]
bin: Option<String>,
Expand Down

0 comments on commit c132786

Please sign in to comment.