remove dummy author

Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
Victor Vieux 2014-12-16 20:46:33 +00:00
parent 6e8ef790af
commit 61acf9e2d2
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ func main() {
app.Name = "swarm"
app.Usage = "docker clustering"
app.Version = "0.0.1"
app.Author = ""
app.Email = ""
app.Flags = []cli.Flag{
cli.BoolFlag{