Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
rnestler authored May 20, 2024
1 parent 5aedb67 commit b43fef4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.7.2]
## [Unreleased]

* Add verbose flag and make output more quite by default
* Add `--verbose` flag and make output less verbose by default
([#178](https://github.com/rnestler/reboot-arch-btw/pull/178))

## [v0.7.1] - 2024-03-17
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ struct Args {
)]
session_restart_packages: Vec<String>,

// Print kernel version info.
/// Always print kernel version info and show updated packages.
#[clap(short, long)]
verbose: bool,
}
Expand Down

0 comments on commit b43fef4

Please sign in to comment.