From 96ce57279263256df57b1eee9453c21028d6448a Mon Sep 17 00:00:00 2001 From: Micheal Wilkinson Date: Fri, 20 Mar 2026 09:56:16 +0000 Subject: [PATCH] docs(changelog): note CLI help messaging improvements --- changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.md b/changelog.md index 22d10e3..d6c0f41 100644 --- a/changelog.md +++ b/changelog.md @@ -21,6 +21,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Build and behavior workflows now produce and run the `gosick` binary name. - CI validation is unified into push events, running behavior tests only on `main` pushes. - Gitea workflow and README badge updated from `push-unit-tests` to `push-validation`. +- CLI help now uses the invoked binary name (defaulting to `gosick`) in usage output. +- CLI help description now reflects Homesick's purpose for managing precious dotfiles. - Release notes standardized to Keep a Changelog format. ### Fixed