From 6cb25cf5737e11dfbf547a2453958ddc868de7bf Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Sat, 22 Nov 2014 11:44:23 -0600 Subject: [PATCH] Fix comment for commands map --- commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {