Skip to content

Commit

Permalink
Fixed description of a command that was copy/pasted from deletetree (#…
Browse files Browse the repository at this point in the history
…1248)

* Fixed description of a command that was copy/pasted from deletetree

* Fix grammar
  • Loading branch information
pgporada authored and Martin2112 committed Aug 7, 2018
1 parent a7f812d commit b3ba23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/get_tree_public_key/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (

var (
adminServerAddr = flag.String("admin_server", "", "Address of the gRPC Trillian Admin Server (host:port)")
logID = flag.Int64("log_id", 0, "Trillian LogID to delete")
logID = flag.Int64("log_id", 0, "Trillian LogID whose public key should be fetched")
)

func getPublicKeyPEM() (string, error) {
Expand Down

0 comments on commit b3ba23e

Please sign in to comment.