diff --git a/CHANGELOG.md b/CHANGELOG.md index ff38ed1..ed8eb9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Subcommand `status` to display the total duration of activities today, in the current week and in the current month (thanks to [@airenas](https://github.com/airenas)) +### Changed + +- Improved general `--help` output (thanks to [@RossBarnie](https://github.com/RossBarnie) + ## [1.1.0] - 2024-02-29 ### Added diff --git a/src/main.rs b/src/main.rs index d4f2a21..b7f3387 100644 --- a/src/main.rs +++ b/src/main.rs @@ -104,6 +104,8 @@ fn main() -> Result<()> { .version(crate_version!()) .author("Nikolas Schmidt-Voigt ") .about("A simple timetracker") + .after_help("To get help for a specific subcommand, run `bartib [SUBCOMMAND] --help`. +To get started, view the `start` help with `bartib start --help`") .setting(AppSettings::SubcommandRequiredElseHelp) .setting(AppSettings::VersionlessSubcommands) .arg(