From d79628817c0def4436b590d5eb66a5a78d1edfb6 Mon Sep 17 00:00:00 2001 From: George Kudrayvtsev Date: Tue, 17 May 2022 13:53:18 -0700 Subject: [PATCH] Fix copy-paste typo in help text --- services/horizon/cmd/db.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/horizon/cmd/db.go b/services/horizon/cmd/db.go index 81b3f56600..c73c9afac0 100644 --- a/services/horizon/cmd/db.go +++ b/services/horizon/cmd/db.go @@ -92,7 +92,7 @@ func migrate(dir schema.MigrateDir, count int) error { var dbMigrateDownCmd = &cobra.Command{ Use: "down COUNT", - Short: "run upwards db schema migrations", + Short: "run downwards db schema migrations", Long: "performs a downards schema migration command", RunE: func(cmd *cobra.Command, args []string) error { if err := requireAndSetFlag(horizon.DatabaseURLFlagName); err != nil {