mirror of https://github.com/docker/docs.git
remove dummy author
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
6e8ef790af
commit
61acf9e2d2
2
main.go
2
main.go
|
@ -18,6 +18,8 @@ func main() {
|
||||||
app.Name = "swarm"
|
app.Name = "swarm"
|
||||||
app.Usage = "docker clustering"
|
app.Usage = "docker clustering"
|
||||||
app.Version = "0.0.1"
|
app.Version = "0.0.1"
|
||||||
|
app.Author = ""
|
||||||
|
app.Email = ""
|
||||||
|
|
||||||
app.Flags = []cli.Flag{
|
app.Flags = []cli.Flag{
|
||||||
cli.BoolFlag{
|
cli.BoolFlag{
|
||||||
|
|
Loading…
Reference in New Issue