Skip to content

Commit

Permalink
Update src/commands/sns/make_commit_proposed_batch_proposal.rs
Browse files Browse the repository at this point in the history
Change summary option description

Co-authored-by: Severin Siffert <[email protected]>
  • Loading branch information
ClankPan and sesi200 authored Sep 11, 2024
1 parent f83d835 commit d035d71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/commands/sns/make_commit_proposed_batch_proposal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ pub struct MakeCommitProposedBatchProposalOpts {
url: String,

/// Summary of the proposal.
/// If neither summary nor summary-path is provided, a somewhat generic summary will be
/// constructed dynamically.
/// Either summary or summary-path need to be provided.
#[arg(long)]
summary: Option<String>,

Expand Down

0 comments on commit d035d71

Please sign in to comment.