From e62c333b81a588d05a56ef0567a2b439c08e6b46 Mon Sep 17 00:00:00 2001 From: chowbao Date: Fri, 19 Jan 2024 13:16:19 -0500 Subject: [PATCH] Update cmd/export_all_history.go Co-authored-by: sydneynotthecity --- cmd/export_all_history.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/export_all_history.go b/cmd/export_all_history.go index 42b20ad3..c4706947 100644 --- a/cmd/export_all_history.go +++ b/cmd/export_all_history.go @@ -16,7 +16,7 @@ var allHistoryCmd = &cobra.Command{ Use: "export_all_history", Short: "Exports all stellar network history.", Long: `Exports historical stellar network data between provided start-ledger/end-ledger to output files. -This is a termporary command used to reduce the amount of requests to history archives +This is a temporary command used to reduce the amount of requests to history archives in order to mitigate egress costs for the entity hosting history archives.`, Run: func(cmd *cobra.Command, args []string) { cmdLogger.SetLevel(logrus.InfoLevel)