[#83] fix output message of airshipctl initinfra
This PS fixes the output of airshipctl cluster initinfra --help. This adds the missing space between 'as' and 'metal3.io' Change-Id: I2ffc8a91d2b563e75d69f211472e0405f5b18205 Signed-off-by: Sreejith Punnapuzha <sreejith.punnapuzha@outlook.com>
This commit is contained in:
parent
7f06e556a4
commit
713d0f5c6d
@ -25,7 +25,7 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
// TODO add labels in description, when we have them designed
|
// 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`
|
`metal3.io, argo, tiller and other manifest documents with appropriate labels`
|
||||||
getInitInfraExample = `#deploy infra to cluster
|
getInitInfraExample = `#deploy infra to cluster
|
||||||
airshipctl cluster initinfra`
|
airshipctl cluster initinfra`
|
||||||
|
@ -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:
|
Usage:
|
||||||
initinfra [flags]
|
initinfra [flags]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user