Fix comment for commands map
This commit is contained in:
parent
ddc49f98a5
commit
6cb25cf573
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue