mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-20 06:37:49 +00:00
make example volume import, not import volume
Signed-off-by: Trevor Benson <trevor.benson@scality.com>
This commit is contained in:
parent
8073e90ed5
commit
fda62b2d82
1 changed files with 1 additions and 1 deletions
|
|
@ -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 -`,
|
||||
}
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue