Skip to content

Commit

Permalink
Clarify proposal URL argument.
Browse files Browse the repository at this point in the history
  • Loading branch information
DFINITYManu committed Jan 28, 2025
1 parent 2ef459a commit fa6fe15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/cli/src/commands/governance/propose/motion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ struct MotionParameters {
#[arg(long, help_heading = "Command parameters", conflicts_with = "motion_text_file")]
pub motion_text: Option<String>,

/// URL for discussion of the proposal; defaults to the DFINITY forum governance topic list if unspecified
/// URL typically used to discuss the proposal; defaults to the DFINITY forum governance topic list if unspecified
#[arg(long, help_heading = "Command parameters", default_value = "https://forum.dfinity.org/c/governance/27")]
pub proposal_url: url::Url,
}
Expand Down

0 comments on commit fa6fe15

Please sign in to comment.