mirror of https://github.com/status-im/consul.git
Fix comment for commands map
This commit is contained in:
parent
6468c70ea1
commit
c5033de1bb
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue