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

Fix typo #843

Merged
merged 2 commits into from Aug 14, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/duffle/relocate.go
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