Skip to content

Commit

Permalink
fix: alignment of descriptions for invalid version string
Browse files Browse the repository at this point in the history
  • Loading branch information
MordechaiHadad committed Nov 7, 2024
1 parent 05b703e commit f5d3476
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/helpers/version/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ pub async fn parse_version_type(client: &Client, version: &str) -> Result<Parsed
"Please provide a proper version string. Valid options are:
• stable|latest|nightly - Latest stable, most recent, or nightly build
• [v]x.x.x - Specific version (e.g., 0.6.0 or v0.6.0)
• <commit-hash> - Specific commit hash"
• [v]x.x.x - Specific version (e.g., 0.6.0 or v0.6.0)
• <commit-hash> - Specific commit hash"
))
}
}
Expand Down

0 comments on commit f5d3476

Please sign in to comment.