epoint-client
[epoint] / cmd / genkey / genkey.go
index 58237b2..3f2221d 100644 (file)
@@ -97,5 +97,5 @@ func main() {
        if err != nil {
                log.Fatal(err)
        }
-       fmt.Fprintf(os.Stdout, "%X\n", e.PrimaryKey.Fingerprint)
+       fmt.Println(key.Id(e))
 }