Merge "[#83] fix output message of airshipctl initinfra"

This commit is contained in:
Zuul 2020-03-06 20:25:52 +00:00 committed by Gerrit Code Review
commit 27e79eb484
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ import (
const (
// TODO add labels in description, when we have them designed
getInitInfraLong = `Deploy initial infrastructure to kubernetes cluster such as` +
getInitInfraLong = `Deploy initial infrastructure to kubernetes cluster such as ` +
`metal3.io, argo, tiller and other manifest documents with appropriate labels`
getInitInfraExample = `#deploy infra to cluster
airshipctl cluster initinfra`

View File

@ -1,4 +1,4 @@
Deploy initial infrastructure to kubernetes cluster such asmetal3.io, argo, tiller and other manifest documents with appropriate labels
Deploy initial infrastructure to kubernetes cluster such as metal3.io, argo, tiller and other manifest documents with appropriate labels
Usage:
initinfra [flags]