Fix comment for commands map

This commit is contained in:
Dan Sosedoff 2014-11-22 11:44:23 -06:00
parent ddc49f98a5
commit 6cb25cf573
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() {