update comment

Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
This commit is contained in:
Somtochi Onyekwere 2022-11-28 22:16:20 +01:00
parent a900c42c0e
commit 4231b3ad21

View file

@ -37,7 +37,7 @@ var buildArtifactCmd = &cobra.Command{
Example: ` # Build the given manifests directory into an artifact
flux build artifact --path ./path/to/local/manifests --output ./path/to/artifact.tgz
# Build manifests fro stdin to an artifact
# Build manifests passed into stdin to an artifact
kustomize build . | flux build artifact --output ./path/to/artifact.tgz --path -
# Build the given single manifest file into an artifact