Skip to content

Commit

Permalink
feat: update help message & project description
Browse files Browse the repository at this point in the history
  • Loading branch information
YiNNx committed Aug 31, 2024
1 parent 0083dde commit bb16f25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = "cmd-wrapped"
version = "0.3.0"
edition = "2021"
authors = ["YiNNx <[email protected]>"]
description = "A CLI to view your command line stats for the past years. Support zsh, bash, fish as well as atuin."
description = "A CLI tool to view Unix shell history statistics, with support for zsh, bash, fish, and atuin."
license = "MIT"
repository = "https://github.com/YiNNx/cmd-wrapped"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ impl Cli {
.arg(
Arg::new("year")
.required(false)
.help("Specify the year")
.help("Display statistics for the specified year")
.value_parser(value_parser!(i32)),
)
.arg(
Expand Down

0 comments on commit bb16f25

Please sign in to comment.