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

Commit

Permalink
Correct usage of relocate command
Browse files Browse the repository at this point in the history
  • Loading branch information
glyn committed Jul 11, 2019
1 parent 89c368f commit d76dbc1
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 @@ -59,7 +59,7 @@ func newRelocateCmd(w io.Writer) *cobra.Command {
relocate := &relocateCmd{out: w}

cmd := &cobra.Command{
Use: "relocate [INPUT-BUNDLE] [OUTPUT-BUNDLE]",
Use: "relocate [INPUT-BUNDLE]",
Short: "relocate images in a CNAB bundle",
Long: relocateDesc,
Example: `duffle relocate helloworld --relocation-mapping path/to/relmap.json --repository-prefix example.com/user
Expand Down

0 comments on commit d76dbc1

Please sign in to comment.