diff --git a/ezbookkeeping.go b/ezbookkeeping.go index 2bded163..f1276cd7 100644 --- a/ezbookkeeping.go +++ b/ezbookkeeping.go @@ -32,7 +32,7 @@ func main() { cmd := &cli.Command{ Name: "ezBookkeeping", - Usage: "A lightweight, self-hosted personal finance app with a sleek, user-friendly interface and powerful bookkeeping features.", + Usage: "A lightweight, self-hosted personal finance app with a user-friendly interface and powerful bookkeeping features.", Version: GetFullVersion(), Commands: []*cli.Command{ cmd.WebServer,