Skip to content

Commit

Permalink
chore: make description consistent
Browse files Browse the repository at this point in the history
Also specify this is for getting aggregate stats, not "more thorough",
whatever that means.
  • Loading branch information
lukehsiao committed Apr 26, 2024
1 parent bdc8dac commit 64a09db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "git-stats"
version = "0.1.14"
edition = "2021"
authors = ["Luke Hsiao <luke@hsiao.dev>"]
description = "A script for grabbing more thorough shortlog stats"
description = "A tool for getting aggregated shortlog stats"
repository = "https://github.com/lukehsiao/git-stats"
homepage = "https://github.com/lukehsiao/git-stats"
license = "BlueOak-1.0.0"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
git stats
</h1>
<div align="center">
<strong>A small script to get more thorough shortlog stats.</strong>
<strong>A tool for getting aggregated shortlog stats.</strong>
</div>
<br>
<div align="center">
Expand Down Expand Up @@ -44,7 +44,7 @@ cargo install git-stats --locked
## Usage

```
A script for grabbing more thorough shortlog stats
A tool for getting aggregated shortlog stats
Usage: git-stats [OPTIONS] [revision-range]
Expand Down

0 comments on commit 64a09db

Please sign in to comment.