server/key: Rename CreateKey -> CreateMasterKey

This commit is contained in:
Alexander Neumann
2015-05-03 17:17:10 +02:00
parent 9b54fd7bdb
commit bebb08ee7e
4 changed files with 9 additions and 7 deletions

View File

@@ -75,7 +75,7 @@ func (cmd CmdInit) Execute(args []string) error {
s := server.NewServer(be)
_, err = server.CreateKey(s, pw)
_, err = server.CreateMasterKey(s, pw)
if err != nil {
fmt.Fprintf(os.Stderr, "creating key in backend at %s failed: %v\n", opts.Repo, err)
os.Exit(1)