Skip to content

Commit c35e74f

Browse files
Merge pull request #17206 from TrevorBenson/bug/ISSUE-17205-volume-import-example
[CI:DOCS] Example in volume import usage is backwards
2 parents c4378f9 + fda62b2 commit c35e74f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/podman/volumes/import.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var (
2525
Args: cobra.ExactArgs(2),
2626
ValidArgsFunction: common.AutocompleteVolumes,
2727
Example: `podman volume import my_vol /home/user/import.tar
28-
cat ctr.tar | podman import volume my_vol -`,
28+
cat ctr.tar | podman volume import my_vol -`,
2929
}
3030
)
3131

0 commit comments

Comments
 (0)