Skip to content

Commit

Permalink
Fix number of recovery shares output during init
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferai committed May 4, 2016
1 parent 5aebbcc commit 806119f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions command/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ func (c *InitCommand) Run(args []string) int {
"\n"+
"Recovery key initialized with %d keys and a key threshold of %d. Please\n"+
"securely distribute the above keys.",
shares,
threshold,
recoveryShares,
recoveryThreshold,
))
}

Expand Down

0 comments on commit 806119f

Please sign in to comment.