1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-09-11 15:05:30 +03:00

style(args): update the message of --init flag

This commit is contained in:
orhun 2021-08-18 23:51:11 +03:00
parent 210b634113
commit 927776b9db
No known key found for this signature in database
GPG Key ID: B928720AEC532117
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ git-cliff [FLAGS] [OPTIONS] [RANGE]
```
-v, --verbose Increases the logging verbosity
-i, --init Creates the default configuration file
-i, --init Writes the default configuration file to cliff.toml
-l, --latest Processes the commits starting from the latest tag
-u, --unreleased Processes the commits that do not belong to a tag
-h, --help Prints help information

View File

@ -54,7 +54,7 @@ pub struct Opt {
allow_hyphen_values = true
)]
pub body: Option<String>,
/// Creates the default configuration file
/// Writes the default configuration file to cliff.toml
#[structopt(short, long)]
pub init: bool,
/// Processes the commits starting from the latest tag.