Skip to content

Commit

Permalink
Update cmd/export_all_history.go
Browse files Browse the repository at this point in the history
Co-authored-by: sydneynotthecity <[email protected]>
  • Loading branch information
chowbao and sydneynotthecity authored Jan 19, 2024
1 parent b77271b commit e62c333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/export_all_history.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e62c333

Please sign in to comment.