remove skippbox reference in usage

This commit is contained in:
sebgoa 2016-10-17 19:23:07 +02:00
parent d9899b788d
commit 53b15bbc8c

View File

@ -29,7 +29,7 @@ func main() {
app.Name = "kompose" app.Name = "kompose"
app.Usage = "A tool helping Docker Compose users move to Kubernetes." app.Usage = "A tool helping Docker Compose users move to Kubernetes."
app.Version = version.VERSION + " (" + version.GITCOMMIT + ")" app.Version = version.VERSION + " (" + version.GITCOMMIT + ")"
app.Author = "Skippbox Kompose Contributors" app.Author = "Kompose Contributors"
app.Email = "https://github.com/kubernetes-incubator/kompose" app.Email = "https://github.com/kubernetes-incubator/kompose"
app.EnableBashCompletion = true app.EnableBashCompletion = true
app.Before = command.BeforeApp app.Before = command.BeforeApp