diff --git a/commands.go b/commands.go index f6cf50a91..bdcb2de59 100644 --- a/commands.go +++ b/commands.go @@ -8,7 +8,7 @@ import ( "os/signal" ) -// Commands is the mapping of all the available Serf commands. +// Commands is the mapping of all the available Consul commands. var Commands map[string]cli.CommandFactory func init() {