Merge pull request #2969 from znz/fix-comments

Fix comments [ci skip]
This commit is contained in:
Jose Diaz-Gonzalez
2017-11-04 01:25:57 -04:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ import (
"github.com/dokku/dokku/plugins/network"
)
// write the ipaddress to stdout for a given app container
// writes true or false to stdout whether a given app has network config
func main() {
flag.Parse()
appName := flag.Arg(0)

View File

@@ -9,7 +9,7 @@ import (
network "github.com/dokku/dokku/plugins/network"
)
// write the port to stdout for a given app container
// writes the network property to stdout for a given app container
func main() {
flag.Parse()
appName := flag.Arg(0)

View File

@@ -6,7 +6,7 @@ import (
"github.com/dokku/dokku/plugins/common"
)
// write the port to stdout for a given app container
// destroys the network property for a given app container
func main() {
flag.Parse()
appName := flag.Arg(0)