From f7b5d43717db51488eb6f89d8d63aa660a735201 Mon Sep 17 00:00:00 2001 From: draculaas Date: Sun, 14 Jul 2024 22:36:36 +0100 Subject: [PATCH] chore: update cli usage --- cmd/nyx/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/nyx/main.go b/cmd/nyx/main.go index bafb16a..6c9ba34 100644 --- a/cmd/nyx/main.go +++ b/cmd/nyx/main.go @@ -56,8 +56,8 @@ func main() { Usage: "Set the expiration interval for the keys", }, } - a.Usage = "Fast db Application" - a.Description = "Fast db" + a.Usage = "Nyx kvs" + a.Description = "High-speed, key-value storage" a.Action = RunFastCache a.Commands = []cli.Command{}