Skip to content

Commit

Permalink
chore: address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
acud committed Jul 29, 2024
1 parent e98838b commit 9426e97
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cmd/merge-nodes/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ var rootCmd = &cobra.Command{
Use: "merge-nodes -f <dir> -t <dir>",
Short: "Spacemesh Node Merger",
Long: `Merge identities of two Spacemesh nodes into one.
The 'from' node will be merged into the 'to' node, leaving the 'from' node untouched.
The 'to' node can be an existing node or an empty folder.
Be sure to backup the 'to' node before running this command.
NOTE: both 'from' and 'to' nodes must be upgraded to the latest version before running this command.
NOTE: after upgrading and starting the nodes at least once, convert them to remote nodes before merging.`,
The 'from' node will be merged into the 'to' node, leaving the 'from' node untouched.
The 'to' node can be an existing node or an empty folder.
Be sure to backup the 'to' node before running this command.
NOTE: both 'from' and 'to' nodes must be upgraded to the latest version before running this command.
NOTE: after upgrading and starting the nodes at least once, convert them to remote nodes before merging.`,
Version: version,
RunE: func(cmd *cobra.Command, _ []string) error {
cfg := zap.NewProductionConfig()
Expand Down

0 comments on commit 9426e97

Please sign in to comment.