Skip to content

Commit

Permalink
Merge pull request #17206 from TrevorBenson/bug/ISSUE-17205-volume-im…
Browse files Browse the repository at this point in the history
…port-example

[CI:DOCS] Example in volume import usage is backwards
  • Loading branch information
openshift-merge-robot authored Jan 25, 2023
2 parents c4378f9 + fda62b2 commit c35e74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/podman/volumes/import.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var (
Args: cobra.ExactArgs(2),
ValidArgsFunction: common.AutocompleteVolumes,
Example: `podman volume import my_vol /home/user/import.tar
cat ctr.tar | podman import volume my_vol -`,
cat ctr.tar | podman volume import my_vol -`,
}
)

Expand Down

0 comments on commit c35e74f

Please sign in to comment.