Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
Fix typo (#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
glyn authored and Radu M committed Aug 14, 2019
1 parent 86561fe commit 40d6ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/duffle/relocate.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func newRelocateCmd(w io.Writer) *cobra.Command {
Short: "relocate images in a CNAB bundle",
Long: relocateDesc,
Example: `duffle relocate helloworld --relocation-mapping path/to/relmap.json --repository-prefix example.com/user
duffle relocate path/to/bundle.json --relocation-mapping path/to/relmap.json --repository-prefix example.com/user --input-bundle-is-file`,
duffle relocate path/to/bundle.json --relocation-mapping path/to/relmap.json --repository-prefix example.com/user --bundle-is-file`,
Args: cobra.ExactArgs(1),
PreRunE: func(cmd *cobra.Command, args []string) error {
// validate --repository-prefix if it is set, otherwise fall through so that cobra will report the missing flag in its usual manner
Expand Down

0 comments on commit 40d6ba5

Please sign in to comment.