Skip to content

Commit df0c982

Browse files
committed
adjust CLI docs to match the existing conventions (more)
1 parent 31b261d commit df0c982

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

cargo-smart-release/src/cli/options.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ pub enum SubCommands {
158158
#[clap(long, help_heading = Some("EXPERT"))]
159159
ignore_instability: bool,
160160

161-
/// Automatically capitalize commit message
161+
/// Capitalize commit messages.
162162
#[clap(long, help_heading = Some("CHANGELOG"))]
163163
capitalize_commit: bool,
164164
},
@@ -206,7 +206,7 @@ pub enum SubCommands {
206206
#[clap(long, help_heading = Some("CUSTOMIZATION"))]
207207
no_links: bool,
208208

209-
/// Automatically capitalize commit message
209+
/// Capitalize commit messages.
210210
#[clap(long, help_heading = Some("CUSTOMIZATION"))]
211211
capitalize_commit: bool,
212212
},

cargo-smart-release/tests/changelog/write_and_parse/snapshots/integration__changelog__write_and_parse__conventional_write_empty_messages.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
source: cargo-smart-release/tests/changelog/write_and_parse/mod.rs
33
expression: md
4-
54
---
65
#### v1.0.2-beta.2 (1970-01-01)
76

0 commit comments

Comments
 (0)