Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrl-alt-lulz committed Nov 24, 2023
1 parent 7c4b900 commit 68f6756
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/snapshots/downloader/startup.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ func init() {

// Cmd represents the base command when called without any subcommands
var Cmd = &cobra.Command{
Use: "Downloads and extracts blockchain data and configs to your dataDir",
Short: "Blockchain node data download procedure",
Use: "Downloads and extracts data or uploads it, eg configs to your dataDir",
Short: "Init container data download/upload procedures",
Run: func(cmd *cobra.Command, args []string) {
StartUp()
},
Expand Down

0 comments on commit 68f6756

Please sign in to comment.