https server

This commit is contained in:
Matt Drollette
2014-12-11 00:05:27 -06:00
parent 39a8b688a9
commit a457029b8c
6 changed files with 115 additions and 205 deletions

View File

@@ -19,8 +19,8 @@ import (
func NewKeygenCommand() cli.Command {
return cli.Command{
Name: "keygen",
Usage: "Generate keys for reseed Su3 signing",
Description: "Generate keys for reseed Su3 signing",
Usage: "Generate keys for reseed SU3 signing",
Description: "Generate keys for reseed SU3 signing",
Action: keygenAction,
Flags: []cli.Flag{
cli.StringFlag{