From 83767df0d01b9b808b435cfde3d799b1a31b9d63 Mon Sep 17 00:00:00 2001 From: andy-dean-rai <109111192+andy-dean-rai@users.noreply.github.com> Date: Mon, 23 Jan 2023 19:02:00 -0500 Subject: [PATCH] Update main.go --- rai/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rai/main.go b/rai/main.go index f8f8900..e353a16 100644 --- a/rai/main.go +++ b/rai/main.go @@ -36,7 +36,7 @@ func addCommands(root *cobra.Command) { cmd = &cobra.Command{ Use: "delete-database database", - Short: "Delete a database databaase", + Short: "Delete a database", Args: cobra.ExactArgs(1), Run: deleteDatabase} root.AddCommand(cmd)