diff --git a/command/init.go b/command/init.go index 1f4cc6b2ea..a839973de7 100644 --- a/command/init.go +++ b/command/init.go @@ -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, )) }