Skip to content

Commit

Permalink
docs(args): fix copy-paste mistake where gitea mentioned gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
favna authored and orhun committed Sep 21, 2024
1 parent 61b86f1 commit c41eacb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion git-cliff/src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ pub struct Opt {
hide = !cfg!(feature = "gitea"),
)]
pub gitea_token: Option<SecretString>,
/// Sets the GitLab repository.
/// Sets the Gitea repository.
#[arg(
long,
env = "GITEA_REPO",
Expand Down
2 changes: 1 addition & 1 deletion website/docs/usage/args.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ git-cliff [FLAGS] [OPTIONS] [--] [RANGE]
--gitlab-token <TOKEN> Sets the GitLab API token [env: GITLAB_TOKEN]
--gitlab-repo <OWNER/REPO> Sets the GitLab repository [env: GITLAB_REPO=]
--gitea-token <TOKEN> Sets the Gitea API token [env: GITEA_TOKEN]
--gitea-repo <OWNER/REPO> Sets the GitLab repository [env: GITEA_REPO=]
--gitea-repo <OWNER/REPO> Sets the Gitea repository [env: GITEA_REPO=]
--bitbucket-token <TOKEN> Sets the Bitbucket API token [env: BITBUCKET_TOKEN]
--bitbucket-repo <OWNER/REPO> Sets the Bitbucket repository [env: BITBUCKET_REPO=]
```
Expand Down

0 comments on commit c41eacb

Please sign in to comment.