Both @agottardo and I tripped over this today.
Updates #cleanup
Change-Id: I64380a03bfc952b9887b1512dbcadf26499ff1cd
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
ShortHelp:"Advertise this node as a destination for a service",
Exec:runAdvertise,
FlagSet:(func()*flag.FlagSet{
fs:=newFlagSet("advertise")
fs.StringVar(&advertiseArgs.services,"services","","comma-separated services to advertise; each must start with \"svc:\" (e.g. \"svc:idp,svc:nas,svc:database\")")
ShortHelp:"Advertise this node as a destination for a service",
Exec:runAdvertise,
FlagSet:(func()*flag.FlagSet{
fs:=newFlagSet("advertise")
fs.StringVar(&advertiseArgs.services,"services","","comma-separated services to advertise; each must start with \"svc:\" (e.g. \"svc:idp,svc:nas,svc:database\")")