Merge pull request #17206 from TrevorBenson/bug/ISSUE-17205-volume-import-example

[CI:DOCS] Example in volume import usage is backwards
This commit is contained in:
OpenShift Merge Robot 2023-01-24 19:13:35 -05:00 committed by GitHub
commit c35e74f4cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 -`,
}
)