Fix comment for commands map

This commit is contained in:
Dan Sosedoff 2014-11-22 11:44:23 -06:00
parent 6468c70ea1
commit c5033de1bb
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import (
"os/signal" "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 var Commands map[string]cli.CommandFactory
func init() { func init() {