Skip to content

Commit

Permalink
Merge pull request #17 from oholiab/oholiab-typo1
Browse files Browse the repository at this point in the history
Corrected helptext typo
  • Loading branch information
mpasternacki authored Oct 25, 2018
2 parents bf7886c + 3e8e39c commit da5bbba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/jetpack/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func init() {
AddCommand("image-manifest IMAGE", "Show image manifest", cmdWrapImage0(cmdImageManifest, true), nil)
AddCommand("destroy-image IMAGE", "Destroy an image", cmdWrapImage0(cmdDestroyImage, true), nil)
AddCommand("export IMAGE [FILE]", "Export image to an ACI file", cmdWrapImage(cmdExportImage, true), flExport)
AddCommand("build IMAGE COMMAND ARGS...", "Build a niew image", cmdWrapImage(cmdBuild, false), flBuild)
AddCommand("build IMAGE COMMAND ARGS...", "Build a new image", cmdWrapImage(cmdBuild, false), flBuild)
}

var flExportFlat bool
Expand Down

0 comments on commit da5bbba

Please sign in to comment.