Fix number of recovery shares output during init

This commit is contained in:
Jeff Mitchell 2016-05-03 23:06:57 -04:00
parent 60a584a0a7
commit 47a7ada7e8
1 changed files with 2 additions and 2 deletions

View File

@ -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,
))
}